/
githubmirror
/
material-ui
Обзор
Документация
Войти
/
githubmirror
/
material-ui
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
docs/translations/api-docs/tab/tab.json
76 строк
4 KB
Siriwat K
[Tabs][Tab] Remove deprecated CSS classes (#48078)
24 мар 2026, 11:52
Не верифицирован
24 мар 2026, 11:52
9da1516
Код
Авторство
О чём код?
{ "componentDescription": "", "propDescriptions": { "children": { "description": "This prop isn't supported. Use the <code>component</code> prop if you need to change the children structure." }, "classes": { "description": "Override or extend the styles applied to the component." }, "disabled": { "description": "If <code>true</code>, the component is disabled." }, "disableFocusRipple": { "description": "If <code>true</code>, the keyboard focus ripple is disabled." }, "disableRipple": { "description": "If <code>true</code>, the ripple effect is disabled.<br>⚠️ Without a ripple there is no styling for :focus-visible by default. Be sure to highlight the element by applying separate styles with the <code>.Mui-focusVisible</code> 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": "<code>disabled={true}</code> (controlled by the Tabs component)" }, "fullWidth": { "description": "Styles applied to {{nodeName}} if {{conditions}}.", "nodeName": "the root element", "conditions": "<code>fullWidth={true}</code> (controlled by the Tabs component)" }, "icon": { "description": "Styles applied to {{nodeName}} if {{conditions}}.", "nodeName": "the <code>icon</code> HTML element", "conditions": "both <code>icon</code> and <code>label</code> are provided" }, "labelIcon": { "description": "Styles applied to {{nodeName}} if {{conditions}}.", "nodeName": "the root element", "conditions": "both <code>icon</code> and <code>label</code> are provided" }, "root": { "description": "Styles applied to the root element." }, "selected": { "description": "State class applied to {{nodeName}} if {{conditions}}.", "nodeName": "the root element", "conditions": "<code>selected={true}</code> (controlled by the Tabs component)" }, "textColorInherit": { "description": "Styles applied to {{nodeName}} if {{conditions}}.", "nodeName": "the root element", "conditions": "the parent <a href=\"/material-ui/api/tabs/\"><code>Tabs</code></a> has <code>textColor=\"inherit\"</code>" }, "textColorPrimary": { "description": "Styles applied to {{nodeName}} if {{conditions}}.", "nodeName": "the root element", "conditions": "the parent <a href=\"/material-ui/api/tabs/\"><code>Tabs</code></a> has <code>textColor=\"primary\"</code>" }, "textColorSecondary": { "description": "Styles applied to {{nodeName}} if {{conditions}}.", "nodeName": "the root element", "conditions": "the parent <a href=\"/material-ui/api/tabs/\"><code>Tabs</code></a> has <code>textColor=\"secondary\"</code>" }, "wrapped": { "description": "Styles applied to {{nodeName}} if {{conditions}}.", "nodeName": "the root element", "conditions": "<code>wrapped={true}</code>" } } }