Skip to main content

Variable: MenubarSub

@arolariu/components


@arolariu/components / MenubarSub

Variable: MenubarSub

const MenubarSub: typeof BaseMenu.SubmenuRoot & object = BaseMenu.SubmenuRoot

Defined in: components/ui/menubar.tsx:175

Coordinates the menubar sub.

Type Declaration

displayName?

optional displayName?: string

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

<MenubarSub>Content</MenubarSub>

See

Base UI Documentation

// was this page useful?