Files
react-test/docs/translations/api-docs-base/tab-panel/tab-panel.json

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

22 lines
1000 B
JSON
Raw 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 TabPanel." },
"slots": {
"description": "The components used for each slot inside the TabPanel. Either a string to use a HTML element or a component."
},
"value": {
"description": "The value of the TabPanel. It will be shown when the Tab with the corresponding value is selected. If not provided, it will fall back to the index of the panel. It is recommended to explicitly provide it, as it's required for the tab panel to be rendered on the server."
}
},
"classDescriptions": {
"hidden": {
"description": "State class applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root <code>div</code> element",
"conditions": "<code>hidden={true}</code>"
}
},
"slotDescriptions": { "root": "The component that renders the root." }
}