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