Type Alias DropdownMenuProps

DropdownMenuProps: React.ComponentPropsWithoutRef<
    typeof DropdownMenuPrimitive.Root,
> & { variant?: MenuContextProps["variant"] }

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