{
"componentDescription": "An unstyled option to be used within a Select.",
"propDescriptions": {
"disabled": { "description": "If true, 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 li element",
"conditions": "disabled={true}"
},
"highlighted": {
"description": "State class applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root li element",
"conditions": "highlighted={true}"
},
"selected": {
"description": "State class applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root li element",
"conditions": "selected={true}"
}
},
"slotDescriptions": { "root": "The component that renders the root." }
}