/
githubmirror
/
material-ui
Обзор
Документация
Войти
/
githubmirror
/
material-ui
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
docs/translations/api-docs/divider/divider.json
78 строк
3 KB
Siriwat K
[Divider] Remove deprecated CSS classes (#48075)
24 мар 2026, 11:51
Не верифицирован
24 мар 2026, 11:51
548c594
Код
Авторство
О чём код?
{ "componentDescription": "", "propDescriptions": { "absolute": { "description": "Absolutely position the element." }, "children": { "description": "The content of the component." }, "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." }, "flexItem": { "description": "If <code>true</code>, a vertical divider will have the correct height when used in flex container. (By default, a vertical divider will have a calculated height of <code>0px</code> if it is the child of a flex container.)" }, "orientation": { "description": "The component orientation." }, "sx": { "description": "The system prop that allows defining system overrides as well as additional CSS styles." }, "textAlign": { "description": "The text alignment." }, "variant": { "description": "The variant to use." } }, "classDescriptions": { "absolute": { "description": "Styles applied to {{nodeName}} if {{conditions}}.", "nodeName": "the root element", "conditions": "<code>absolute={true}</code>" }, "flexItem": { "description": "Styles applied to {{nodeName}} if {{conditions}}.", "nodeName": "the root element", "conditions": "<code>flexItem={true}</code>" }, "fullWidth": { "description": "Styles applied to {{nodeName}} if {{conditions}}.", "nodeName": "the root element", "conditions": "<code>variant=\"fullWidth\"</code>" }, "inset": { "description": "Styles applied to {{nodeName}} if {{conditions}}.", "nodeName": "the root element", "conditions": "<code>variant=\"inset\"</code>" }, "middle": { "description": "Styles applied to {{nodeName}} if {{conditions}}.", "nodeName": "the root element", "conditions": "<code>variant=\"middle\"</code>" }, "root": { "description": "Styles applied to the root element." }, "textAlignLeft": { "description": "Styles applied to {{nodeName}} if {{conditions}}.", "nodeName": "the root element", "conditions": "<code>textAlign=\"left\" orientation=\"horizontal\"</code>" }, "textAlignRight": { "description": "Styles applied to {{nodeName}} if {{conditions}}.", "nodeName": "the root element", "conditions": "<code>textAlign=\"right\" orientation=\"horizontal\"</code>" }, "vertical": { "description": "Styles applied to {{nodeName}} if {{conditions}}.", "nodeName": "the root element", "conditions": "<code>orientation=\"vertical\"</code>" }, "withChildren": { "description": "Styles applied to {{nodeName}} if {{conditions}}.", "nodeName": "the root element", "conditions": "divider have text" }, "wrapper": { "description": "Styles applied to {{nodeName}} if {{conditions}}.", "nodeName": "the span children element", "conditions": "<code>orientation=\"horizontal\"</code>" }, "wrapperVertical": { "description": "Styles applied to {{nodeName}} if {{conditions}}.", "nodeName": "the span children element", "conditions": "<code>orientation=\"vertical\"</code>" } } }