Variable: DropdownMenuGroup
@arolariu/components / DropdownMenuGroup
Variable: DropdownMenuGroup
constDropdownMenuGroup:ForwardRefExoticComponent<Omit<MenuGroupProps,"ref"> &RefAttributes<HTMLDivElement>> =BaseMenu.Group
Defined in: components/ui/dropdown-menu.tsx:158
Renders the dropdown menu group.
Remarks
- Delegates structure and state to the underlying Base UI primitive
- Built on Base UI Menu
- Preserves the underlying primitive API for advanced composition
Example
<DropdownMenuGroup>Content</DropdownMenuGroup>
See
// was this page useful?