MenuItemLabelProps
MenuItemLabel is a semantic container for menu item content. Provides consistent styling and structure for displaying text or nodes within MenuItem components.
Props
The following table outlines the props for the MenuItemLabelProps:
| Name | Type | Default | Description |
|---|---|---|---|
| children | node | - | Specifies the content of the label. Can be text or any valid React node. |
| className | string | - | Specifies an optional CSS class to apply to the label. |