DropdownMenu
InteractiveA toggleable menu.
Preview
Usage
<DropdownMenu items={items}><Button>Menu</Button></DropdownMenu>Props
| Name | Type | Default | Description |
|---|---|---|---|
| items | DropdownItem[] | [] | Menu items. |
| position | 'bottom-left' | 'bottom-right' | ... | 'bottom-right' | Menu position. |
Slots
| Name | Description |
|---|---|
| trigger | The element to toggle the menu. |