/
githubmirror
/
material-ui
Обзор
Документация
Войти
/
githubmirror
/
material-ui
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
docs/translations/api-docs/stepper/stepper.json
47 строк
2 KB
Silviu Alexandru Avram
[stepper] Proper support for vertical alternativeLabel (#48485)
12 май 2026, 11:42
Не верифицирован
12 май 2026, 11:42
07dd8e7
Код
Авторство
О чём код?
{ "componentDescription": "", "propDescriptions": { "activeStep": { "description": "Set the active step (zero based index). Set to -1 to disable all the steps." }, "alternativeLabel": { "description": "If set to 'true' and orientation is horizontal, then the step label will be positioned under the icon. If set to 'true' and orientation is vertical, it reverses the position of the label and content." }, "children": { "description": "Two or more <code><Step /></code> components." }, "classes": { "description": "Override or extend the styles applied to the component." }, "component": { "description": "The component used for the root node. Either a string to use a HTML element or a component." }, "connector": { "description": "An element to be placed between each step." }, "nonLinear": { "description": "If set the <code>Stepper</code> will not assist in controlling steps for linear flow." }, "orientation": { "description": "The component orientation (layout flow direction)." }, "sx": { "description": "The system prop that allows defining system overrides as well as additional CSS styles." } }, "classDescriptions": { "alternativeLabel": { "description": "Styles applied to {{nodeName}} if {{conditions}}.", "nodeName": "the root element", "conditions": "<code>alternativeLabel={true}</code>" }, "horizontal": { "description": "Styles applied to {{nodeName}} if {{conditions}}.", "nodeName": "the root element", "conditions": "<code>orientation=\"horizontal\"</code>" }, "nonLinear": { "description": "Styles applied to {{nodeName}} if {{conditions}}.", "nodeName": "the root element", "conditions": "<code>nonLinear={true}</code>" }, "root": { "description": "Styles applied to the root element." }, "vertical": { "description": "Styles applied to {{nodeName}} if {{conditions}}.", "nodeName": "the root element", "conditions": "<code>orientation=\"vertical\"</code>" } } }