Components
Props
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
variant | MenuVariant | No | 'standard' | Visual color treatment shared by the menu family. |
accessibleLabel | string | No | — | Accessible name used when no external labelled-by relationship exists. |
disabled | boolean | No | false | Prevents pointer and keyboard context-menu activation. |
trigger | ReactNode | Yes | — | Element that receives pointer and Shift+F10 context-menu activation. |
children | ReactNode | No | — | MenuItem, MenuGroup, and MenuHeadline content. |
onOpenChange | (open: boolean) => void | No | — | Notifies visibility changes caused by user interaction. |
className | string | No | — | Classes applied to the display-contents root. |