A floating menu of actions or links triggered by clicking a toggle element like a button or avatar.
Loading component...
Run the following command to add this component to your project:
Import the component directly from the package:
import { DropdownMenu } from "@static-ui/ui"Common props available for this component:
| Prop | Type | Description |
|---|---|---|
| className | string | Additional CSS classes to apply. |
Follows WAI-ARIA Menu pattern. Uses `role="menu"`, `role="menuitem"`. Arrow key navigation between items.