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
31 lines
1.2 KiB
JSON
31 lines
1.2 KiB
JSON
{
|
|
"componentDescription": "",
|
|
"propDescriptions": {
|
|
"action": {
|
|
"description": "A ref for imperative actions. It currently only supports <code>focusVisible()</code> action."
|
|
},
|
|
"disabled": { "description": "If <code>true</code>, the component is disabled." },
|
|
"onChange": { "description": "Callback invoked when new value is being set." },
|
|
"slotProps": { "description": "The props used for each slot inside the Tab." },
|
|
"slots": {
|
|
"description": "The components used for each slot inside the Tab. Either a string to use a HTML element or a component."
|
|
},
|
|
"value": {
|
|
"description": "You can provide your own value. Otherwise, it falls back to the child position index."
|
|
}
|
|
},
|
|
"classDescriptions": {
|
|
"disabled": {
|
|
"description": "State class applied to {{nodeName}} if {{conditions}}.",
|
|
"nodeName": "the root <code>button</code> element",
|
|
"conditions": "<code>disabled={true}</code>"
|
|
},
|
|
"selected": {
|
|
"description": "State class applied to {{nodeName}} if {{conditions}}.",
|
|
"nodeName": "the root <code>button</code> element",
|
|
"conditions": "<code>selected={true}</code>"
|
|
}
|
|
},
|
|
"slotDescriptions": { "root": "The component that renders the root." }
|
|
}
|