{ "componentDescription": "", "propDescriptions": { "children": { "description": "This prop isn't supported. Use the component prop if you need to change the children structure." }, "classes": { "description": "Override or extend the styles applied to the component." }, "disabled": { "description": "If true, the component is disabled." }, "disableFocusRipple": { "description": "If true, the keyboard focus ripple is disabled." }, "disableRipple": { "description": "If true, the ripple effect is disabled.
⚠️ Without a ripple there is no styling for :focus-visible by default. Be sure to highlight the element by applying separate styles with the .Mui-focusVisible class." }, "icon": { "description": "The icon to display." }, "iconPosition": { "description": "The position of the icon relative to the label." }, "label": { "description": "The label element." }, "sx": { "description": "The system prop that allows defining system overrides as well as additional CSS styles." }, "value": { "description": "You can provide your own value. Otherwise, we fallback to the child position index." }, "wrapped": { "description": "Tab labels appear in a single row. They can use a second line if needed." } }, "classDescriptions": { "disabled": { "description": "State class applied to {{nodeName}} if {{conditions}}.", "nodeName": "the root element", "conditions": "disabled={true} (controlled by the Tabs component)" }, "fullWidth": { "description": "Styles applied to {{nodeName}} if {{conditions}}.", "nodeName": "the root element", "conditions": "fullWidth={true} (controlled by the Tabs component)" }, "icon": { "description": "Styles applied to {{nodeName}} if {{conditions}}.", "nodeName": "the icon HTML element", "conditions": "both icon and label are provided" }, "iconWrapper": { "description": "Styles applied to {{nodeName}} if {{conditions}}.", "nodeName": "the icon HTML element", "conditions": "both icon and label are provided", "deprecationInfo": "Use icon class instead. See Migrating from deprecated APIs for more details" }, "labelIcon": { "description": "Styles applied to {{nodeName}} if {{conditions}}.", "nodeName": "the root element", "conditions": "both icon and label are provided" }, "root": { "description": "Styles applied to the root element." }, "selected": { "description": "State class applied to {{nodeName}} if {{conditions}}.", "nodeName": "the root element", "conditions": "selected={true} (controlled by the Tabs component)" }, "textColorInherit": { "description": "Styles applied to {{nodeName}} if {{conditions}}.", "nodeName": "the root element", "conditions": "the parent Tabs has textColor=\"inherit\"" }, "textColorPrimary": { "description": "Styles applied to {{nodeName}} if {{conditions}}.", "nodeName": "the root element", "conditions": "the parent Tabs has textColor=\"primary\"" }, "textColorSecondary": { "description": "Styles applied to {{nodeName}} if {{conditions}}.", "nodeName": "the root element", "conditions": "the parent Tabs has textColor=\"secondary\"" }, "wrapped": { "description": "Styles applied to {{nodeName}} if {{conditions}}.", "nodeName": "the root element", "conditions": "wrapped={true}" } } }