/
githubmirror
/
material-ui
Обзор
Документация
Войти
/
githubmirror
/
material-ui
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
docs/translations/api-docs/stack/stack.json
21 строка
1 KB
Siriwat K
[core] Remove leftover Joy UI references (#48719)
25 июн 2026, 14:09
Не верифицирован
25 июн 2026, 14:09
0cc3e24
Код
Авторство
О чём код?
{ "componentDescription": "", "propDescriptions": { "children": { "description": "The content of the component." }, "component": { "description": "The component used for the root node. Either a string to use a HTML element or a component." }, "direction": { "description": "Defines the <code>flex-direction</code> style property. It is applied for all screen sizes." }, "divider": { "description": "Add an element between each child." }, "spacing": { "description": "Defines the space between immediate children." }, "sx": { "description": "The system prop, which allows defining system overrides as well as additional CSS styles." }, "useFlexGap": { "description": "If <code>true</code>, the CSS flexbox <code>gap</code> is used instead of applying <code>margin</code> to children.<br>While CSS <code>gap</code> removes the known limitations, it is not fully supported in some browsers. We recommend checking <a href=\"https://caniuse.com/?search=flex%20gap\">https://caniuse.com/?search=flex%20gap</a> before using this flag.<br>To enable this flag globally, follow the theme's default props configuration." } }, "classDescriptions": { "root": { "description": "Styles applied to the root element." } } }