Back to Component Library
actions React 19 + TypeScript
Dropdown
Interactive context action dropdown menu with click-outside dismissal.
$npx forgeui add dropdown
Variant:
Props API
| Prop | Type | Default | Description |
|---|---|---|---|
| trigger | ReactNode | undefined | Element that triggers the dropdown. |
| items | DropdownItemData[] | [] | Menu items array. |
Accessibility Standards
Keyboard navigable dropdown with click-outside close.