Files
how2ice 005cf56baf
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
init project
2025-12-12 14:26:25 +09:00

26 lines
976 B
JSON

{
"componentDescription": "An unstyled option group to be used within a Select.",
"propDescriptions": {
"disabled": {
"description": "If <code>true</code> all the options in the group will be disabled."
},
"label": { "description": "The human-readable description of the group." },
"slotProps": { "description": "The props used for each slot inside the Input." },
"slots": {
"description": "The components used for each slot inside the OptionGroup. Either a string to use a HTML element or a component."
}
},
"classDescriptions": {
"disabled": {
"description": "State class applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root <code>li</code> element",
"conditions": "<code>disabled={true}</code>"
}
},
"slotDescriptions": {
"label": "The component that renders the label.",
"list": "The component that renders the list.",
"root": "The component that renders the root."
}
}