Component recipe · Overlays & feedback

Dropdown Menu

Non-modal action menu on the shared anchored-overlay runtime, with items, checkbox items, and radio groups.

Web · liveiOS · native pathAndroid · native path

This is the real BeeUI Web Showcase, lazy-loaded in place. The code tab displays the exact typechecked runtime fixture selected for this preview.

Composition

Public anatomy

  • DropdownMenu
  • DropdownMenuCheckboxItem
  • DropdownMenuContent
  • DropdownMenuItem
  • DropdownMenuLabel
  • DropdownMenuRadioGroup
  • DropdownMenuRadioItem
  • DropdownMenuSeparator
  • DropdownMenuTrigger

The recipe uses the public @beemvp/beeui-ui boundary. Source-owned consumers can use pnpm beeui -- add dropdown-menu from a BeeUI checkout.

Contract

What remains canonical

Behavior, accessibility, provider requirements, density/theming and platform limitations stay authoritative in the component docs. This recipe is a fast preview-and-copy surface, not a second API contract.

Read Dropdown Menu docs →