MenuPreviewLinkItem API
API reference docs for the React MenuPreviewLinkItem component. Learn about the props, CSS, and other APIs of this exported module.
Demos
Import
import MenuPreviewLinkItem from '@mui/material/MenuPreviewLinkItem';| Name | Type | Default | Description |
|---|---|---|---|
| children | node | - | The content of the component. |
| 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. |
| closeOnClick | bool | false | Whether to close the menu when the item is clicked. |
| component | elementType | - | The component used for the root node. |
| dense | bool | false | If |
| disableGutters | bool | false | If |
| divider | bool | false | If |
| href | string | - | The URL that the link item points to. |
| label | string | - | Overrides the text label to use when the item is matched during keyboard text navigation. |
| selected | bool | false | If |
| 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. |
| Slot name | Class name | Default component | Description |
|---|---|---|---|
| root | 'a' | 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.