{
"componentDescription": "An unstyled menu item to be used within a Menu.",
"propDescriptions": {
"disabled": { "description": "If true, the menu item will be disabled." },
"disableFocusOnHover": {
"description": "If true, the menu item won't receive focus when the mouse moves over it."
},
"label": {
"description": "A text representation of the menu item's content. Used for keyboard text navigation matching."
},
"slotProps": { "description": "The props used for each slot inside the MenuItem." },
"slots": {
"description": "The components used for each slot inside the MenuItem. Either a string to use a HTML element or a component."
}
},
"classDescriptions": {
"disabled": {
"description": "State class applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root button element",
"conditions": "disabled={true}"
},
"focusVisible": {
"description": "State class applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root button element",
"conditions": "focusVisible={true}"
}
},
"slotDescriptions": { "root": "The component that renders the root." }
}