Installation
Examples
Nav menu
Active and disabled states with icons.
API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
| items* | MenuItem[] | required | Array of menu item definitions. |
| active | string | — | Currently active item key. |
| onSelect | (key: string) => void | — | Called when an item is clicked. |