{ "componentDescription": "", "propDescriptions": { "action": { "description": "A ref for imperative actions. It currently only supports focusVisible() action." }, "disabled": { "description": "If true, the component is disabled." }, "onChange": { "description": "Callback invoked when new value is being set." }, "slotProps": { "description": "The props used for each slot inside the Tab." }, "slots": { "description": "The components used for each slot inside the Tab. Either a string to use a HTML element or a component." }, "value": { "description": "You can provide your own value. Otherwise, it falls back to the child position index." } }, "classDescriptions": { "disabled": { "description": "State class applied to {{nodeName}} if {{conditions}}.", "nodeName": "the root button element", "conditions": "disabled={true}" }, "selected": { "description": "State class applied to {{nodeName}} if {{conditions}}.", "nodeName": "the root button element", "conditions": "selected={true}" } }, "slotDescriptions": { "root": "The component that renders the root." } }