Skip to main content

dropdown-menu

Documentation / lib/components/ui/dropdown-menu

const DropdownMenu: typeof default = DropdownMenuPrimitive.Root;

Defined in: web-app/src/lib/components/ui/dropdown-menu/index.ts:14


const DropdownMenuGroup: typeof default = DropdownMenuPrimitive.Group;

Defined in: web-app/src/lib/components/ui/dropdown-menu/index.ts:16


const DropdownMenuRadioGroup: typeof default = DropdownMenuPrimitive.RadioGroup;

Defined in: web-app/src/lib/components/ui/dropdown-menu/index.ts:17


const DropdownMenuSub: typeof default = DropdownMenuPrimitive.Sub;

Defined in: web-app/src/lib/components/ui/dropdown-menu/index.ts:13


const DropdownMenuTrigger: typeof default = DropdownMenuPrimitive.Trigger;

Defined in: web-app/src/lib/components/ui/dropdown-menu/index.ts:15


Group​

Renames and re-exports DropdownMenuGroup


RadioGroup​

Renames and re-exports DropdownMenuRadioGroup


Root​

Renames and re-exports DropdownMenu


Sub​

Renames and re-exports DropdownMenuSub


Trigger​

Renames and re-exports DropdownMenuTrigger