Type Alias DropdownMenuLabelProps

DropdownMenuLabelProps: React.ComponentPropsWithoutRef<
    typeof DropdownMenuPrimitive.Label,
> & { 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.