{
"componentDescription": "",
"propDescriptions": {
"children": { "description": "The content of the component." },
"slotProps": { "description": "The props used for each slot inside the TabsList." },
"slots": {
"description": "The components used for each slot inside the TabsList. Either a string to use a HTML element or a component."
}
},
"classDescriptions": {
"horizontal": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "orientation='horizontal'"
},
"vertical": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "orientation='vertical'"
}
},
"slotDescriptions": { "root": "The component that renders the root." }
}