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
36 lines
1.5 KiB
JSON
36 lines
1.5 KiB
JSON
{
|
|
"componentDescription": "",
|
|
"propDescriptions": {
|
|
"children": { "description": "The content of the component." },
|
|
"defaultValue": {
|
|
"description": "The default value. Use when the component is not controlled."
|
|
},
|
|
"direction": { "description": "The direction of the text." },
|
|
"onChange": { "description": "Callback invoked when new value is being set." },
|
|
"orientation": { "description": "The component orientation (layout flow direction)." },
|
|
"selectionFollowsFocus": {
|
|
"description": "If <code>true</code> the selected tab changes on focus. Otherwise it only changes on activation."
|
|
},
|
|
"slotProps": { "description": "The props used for each slot inside the Tabs." },
|
|
"slots": {
|
|
"description": "The components used for each slot inside the Tabs. Either a string to use a HTML element or a component."
|
|
},
|
|
"value": {
|
|
"description": "The value of the currently selected <code>Tab</code>. If you don't want any selected <code>Tab</code>, you can set this prop to <code>null</code>."
|
|
}
|
|
},
|
|
"classDescriptions": {
|
|
"horizontal": {
|
|
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
|
|
"nodeName": "the root element",
|
|
"conditions": "<code>orientation='horizontal'</code>"
|
|
},
|
|
"vertical": {
|
|
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
|
|
"nodeName": "the root element",
|
|
"conditions": "<code>orientation='vertical'</code>"
|
|
}
|
|
},
|
|
"slotDescriptions": { "root": "The component that renders the root." }
|
|
}
|