Components
MenuGroup
MenuGroup renders a group of menu items with persistent styling. It is primarily used to apply grouping logic or context to its children.
Props
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
className | string | ClassNameComponent<MenuGroupInterface> | No | — | Classes or state-aware element classes applied through the shared style contract. |
variant | MenuVariant | No | — | Overrides the color treatment inherited from the parent Menu. |
label | string | No | — | Visible and accessible label for the group. |
children | ReactNode | No | — | Related MenuItem and MenuHeadline content. |