Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

24 lines
877 B
JSON
Raw Permalink Normal View History

2025-12-12 14:26:25 +09:00
{
"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": "<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." }
}