/
githubmirror
/
material-ui
Обзор
Документация
Войти
/
githubmirror
/
material-ui
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
docs/translations/api-docs/step-button/step-button.json
31 строка
1 KB
Michał Dudak
[docs-infra] Simplify CSS classes extraction in API docs generator (#39808)
30 ноя 2023, 11:30
Не верифицирован
30 ноя 2023, 11:30
c6d17be
Код
Авторство
О чём код?
{ "componentDescription": "", "propDescriptions": { "children": { "description": "Can be a <code>StepLabel</code> or a node to place inside <code>StepLabel</code> as children." }, "classes": { "description": "Override or extend the styles applied to the component." }, "icon": { "description": "The icon displayed by the step label." }, "optional": { "description": "The optional node to display." }, "sx": { "description": "The system prop that allows defining system overrides as well as additional CSS styles." } }, "classDescriptions": { "horizontal": { "description": "Styles applied to {{nodeName}} if {{conditions}}.", "nodeName": "the root element", "conditions": "<code>orientation=\"horizontal\"</code>" }, "root": { "description": "Styles applied to the root element." }, "touchRipple": { "description": "Styles applied to {{nodeName}}.", "nodeName": "the <code>ButtonBase</code> touch-ripple" }, "vertical": { "description": "Styles applied to {{nodeName}} if {{conditions}}.", "nodeName": "the root element", "conditions": "<code>orientation=\"vertical\"</code>" } } }