/
githubmirror
/
material-ui
Обзор
Документация
Войти
/
githubmirror
/
material-ui
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
docs/translations/api-docs/bottom-navigation/bottom-navigation.json
30 строк
1 KB
Lukas Tyla
[docs] Generate `template` entries about documented generics (#46540)
17 июл 2025, 11:07
Не верифицирован
17 июл 2025, 11:07
346b01f
Код
Авторство
О чём код?
{ "componentDescription": "", "propDescriptions": { "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." }, "onChange": { "description": "Callback fired when the value changes.", "typeDescriptions": { "event": { "name": "event", "description": "The event source of the callback. <strong>Warning</strong>: This is a generic event not a change event." }, "value": { "name": "value", "description": "We default to the index of the child." } } }, "showLabels": { "description": "If <code>true</code>, all <code>BottomNavigationAction</code>s will show their labels. By default, only the selected <code>BottomNavigationAction</code> will show its label." }, "sx": { "description": "The system prop that allows defining system overrides as well as additional CSS styles." }, "value": { "description": "The value of the currently selected <code>BottomNavigationAction</code>." } }, "classDescriptions": { "root": { "description": "Styles applied to the root element." } } }