Some checks failed
No response / noResponse (push) Has been cancelled
CI / Continuous releases (push) Has been cancelled
CI / test-dev (macos-latest) (push) Has been cancelled
CI / test-dev (ubuntu-latest) (push) Has been cancelled
CI / test-dev (windows-latest) (push) Has been cancelled
Maintenance / main (push) Has been cancelled
Scorecards supply-chain security / Scorecards analysis (push) Has been cancelled
CodeQL / Analyze (push) Has been cancelled
34 lines
1.3 KiB
JSON
34 lines
1.3 KiB
JSON
{
|
|
"componentDescription": "",
|
|
"propDescriptions": {
|
|
"className": { "description": "Class name applied to the root element." },
|
|
"disabled": { "description": "If <code>true</code>, the component is disabled." },
|
|
"focusableWhenDisabled": {
|
|
"description": "If <code>true</code>, 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": "<code>active={true}</code>"
|
|
},
|
|
"disabled": {
|
|
"description": "State class applied to {{nodeName}} if {{conditions}}.",
|
|
"nodeName": "the root element",
|
|
"conditions": "<code>disabled={true}</code>"
|
|
},
|
|
"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." }
|
|
}
|