Skip to main content

Function: DropdownMenu()

@arolariu/components


@arolariu/components / DropdownMenu

Function: DropdownMenu()

DropdownMenu(props): ReactElement

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

Coordinates dropdown menu state and accessibility behavior.

Parameters

props

Readonly<Props>

Returns

ReactElement

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

<DropdownMenu>Content</DropdownMenu>

See

Base UI Documentation

// was this page useful?