MenuPreviewSeparator API
API reference docs for the React MenuPreviewSeparator component. Learn about the props, CSS, and other APIs of this exported module.
Demos
Import
import MenuPreviewSeparator from '@mui/material/MenuPreviewSeparator';| Name | Type | Default | 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. |
| orientation | 'horizontal' | 'vertical' | 'horizontal' | The orientation of the separator. |
| 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 | .MuiMenuPreviewSeparator-root | Divider | 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.