/
githubmirror
/
material-ui
Обзор
Документация
Войти
/
githubmirror
/
material-ui
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
docs/translations/api-docs/button-group/button-group.json
94 строки
4 KB
Siriwat K
[ButtonGroup] Remove deprecated classes (#48043)
20 мар 2026, 17:55
Не верифицирован
20 мар 2026, 17:55
85da9bb
Код
Авторство
О чём код?
{ "componentDescription": "", "propDescriptions": { "children": { "description": "The content of the component." }, "classes": { "description": "Override or extend the styles applied to the component." }, "color": { "description": "The color of the component. It supports both default and custom theme colors, which can be added as shown in the <a href=\"https://mui.com/material-ui/customization/palette/#custom-colors\">palette customization guide</a>." }, "component": { "description": "The component used for the root node. Either a string to use a HTML element or a component." }, "disabled": { "description": "If <code>true</code>, the component is disabled." }, "disableElevation": { "description": "If <code>true</code>, no elevation is used." }, "disableFocusRipple": { "description": "If <code>true</code>, the button keyboard focus ripple is disabled." }, "disableRipple": { "description": "If <code>true</code>, the button ripple effect is disabled." }, "fullWidth": { "description": "If <code>true</code>, the buttons will take up the full width of its container." }, "orientation": { "description": "The component orientation (layout flow direction)." }, "size": { "description": "The size of the component. <code>small</code> is equivalent to the dense button styling." }, "sx": { "description": "The system prop that allows defining system overrides as well as additional CSS styles." }, "variant": { "description": "The variant to use." } }, "classDescriptions": { "colorPrimary": { "description": "Styles applied to the root element if <code>color="primary"</code>" }, "colorSecondary": { "description": "Styles applied to the root element if <code>color="secondary"</code>" }, "contained": { "description": "Styles applied to {{nodeName}} if {{conditions}}.", "nodeName": "the root element", "conditions": "<code>variant=\"contained\"</code>" }, "disabled": { "description": "State class applied to {{nodeName}} if {{conditions}}.", "nodeName": "the child elements", "conditions": "<code>disabled={true}</code>" }, "disableElevation": { "description": "Styles applied to {{nodeName}} if {{conditions}}.", "nodeName": "the root element", "conditions": "<code>disableElevation={true}</code>" }, "firstButton": { "description": "Styles applied to {{nodeName}}.", "nodeName": "the first button in the button group" }, "fullWidth": { "description": "Styles applied to {{nodeName}} if {{conditions}}.", "nodeName": "the root element", "conditions": "<code>fullWidth={true}</code>" }, "grouped": { "description": "Styles applied to {{nodeName}}.", "nodeName": "the children" }, "horizontal": { "description": "Styles applied to {{nodeName}} if {{conditions}}.", "nodeName": "the root element", "conditions": "<code>orientation=\"horizontal\"</code>" }, "lastButton": { "description": "Styles applied to {{nodeName}}.", "nodeName": "the last button in the button group" }, "middleButton": { "description": "Styles applied to {{nodeName}}.", "nodeName": "buttons in the middle of the button group" }, "outlined": { "description": "Styles applied to {{nodeName}} if {{conditions}}.", "nodeName": "the root element", "conditions": "<code>variant=\"outlined\"</code>" }, "root": { "description": "Styles applied to the root element." }, "text": { "description": "Styles applied to {{nodeName}} if {{conditions}}.", "nodeName": "the root element", "conditions": "<code>variant=\"text\"</code>" }, "vertical": { "description": "Styles applied to {{nodeName}} if {{conditions}}.", "nodeName": "the root element", "conditions": "<code>orientation=\"vertical\"</code>" } } }