MenuPreviewGroupLabel API
API reference docs for the React MenuPreviewGroupLabel component. Learn about the props, CSS, and other APIs of this exported module.
Demos
Import
import MenuPreviewGroupLabel from '@mui/material/MenuPreviewGroupLabel';| Name | Type | Description |
|---|---|---|
| classes | object | Override or extend the styles applied to the component. See CSS classes API below for more details. |
| className | string | CSS class applied to the element. |
| component | elementType | The component used for the root node. |
| slotProps | { root?: func | object } | The props used for each slot inside. |
| slots | { root?: elementType } | The components used for each slot inside. |
| style | object | Styles applied to the root element. |
| sx | Array<func | object | bool> | func | object | The system prop that allows defining system overrides as well as additional CSS styles. See the `sx` page for more details. |
The component cannot hold a ref.
| Slot name | Class name | Default component | Description |
|---|---|---|---|
| root | .MuiMenuPreviewGroupLabel-root | ListSubheader | The component that renders the root. |
Source code
If you did not find the information in this page, consider having a look at the implementation of the component for more detail.