{ "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 true 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 Tab. If you don't want any selected Tab, you can set this prop to null." } }, "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." } }