{ "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 div element", "conditions": "hidden={true}" } }, "slotDescriptions": { "root": "The component that renders the root." } }