Type Alias DropdownMenuItemProps

DropdownMenuItemProps: React.ComponentPropsWithoutRef<
    typeof DropdownMenuPrimitive.Item,
> & { className?: string; inset?: boolean }

Dropdown Menu components providing accessible dropdown menus and submenus. These components are built on Radix UI primitives and styled with Shadcn UI.