Skip to main content

Variable: DropdownMenuSub

@arolariu/components


@arolariu/components / DropdownMenuSub

Variable: DropdownMenuSub

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

Defined in: components/ui/dropdown-menu.tsx:206

Coordinates the dropdown menu sub.

Type Declaration

displayName?

optional displayName?: string

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

<DropdownMenuSub>Content</DropdownMenuSub>

See

Base UI Documentation

// was this page useful?