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
33 lines
1.3 KiB
JSON
33 lines
1.3 KiB
JSON
{
|
|
"componentDescription": "An unstyled option to be used within a Select.",
|
|
"propDescriptions": {
|
|
"disabled": { "description": "If <code>true</code>, the option will be disabled." },
|
|
"label": {
|
|
"description": "A text representation of the option's content. Used for keyboard text navigation matching."
|
|
},
|
|
"slotProps": { "description": "The props used for each slot inside the Option." },
|
|
"slots": {
|
|
"description": "The components used for each slot inside the Option. Either a string to use a HTML element or a component."
|
|
},
|
|
"value": { "description": "The value of the option." }
|
|
},
|
|
"classDescriptions": {
|
|
"disabled": {
|
|
"description": "State class applied to {{nodeName}} if {{conditions}}.",
|
|
"nodeName": "the root <code>li</code> element",
|
|
"conditions": "<code>disabled={true}</code>"
|
|
},
|
|
"highlighted": {
|
|
"description": "State class applied to {{nodeName}} if {{conditions}}.",
|
|
"nodeName": "the root <code>li</code> element",
|
|
"conditions": "<code>highlighted={true}</code>"
|
|
},
|
|
"selected": {
|
|
"description": "State class applied to {{nodeName}} if {{conditions}}.",
|
|
"nodeName": "the root <code>li</code> element",
|
|
"conditions": "<code>selected={true}</code>"
|
|
}
|
|
},
|
|
"slotDescriptions": { "root": "The component that renders the root." }
|
|
}
|