{
"componentDescription": "",
"propDescriptions": {
"className": { "description": "Class name applied to the root element." },
"disabled": { "description": "If true, the component is disabled." },
"focusableWhenDisabled": {
"description": "If true, allows a disabled button to receive focus."
},
"label": { "description": "Label of the button" },
"slotProps": {
"description": "The components used for each slot inside the MenuButton. Either a string to use a HTML element or a component."
},
"slots": { "description": "The props used for each slot inside the MenuButton." }
},
"classDescriptions": {
"active": {
"description": "State class applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "active={true}"
},
"disabled": {
"description": "State class applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "disabled={true}"
},
"expanded": {
"description": "State class applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "the associated menu is open"
}
},
"slotDescriptions": { "root": "The component that renders the root." }
}