/
githubmirror
/
material-ui
Обзор
Документация
Войти
/
githubmirror
/
material-ui
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
docs/translations/api-docs/breadcrumbs/breadcrumbs.json
39 строк
2 KB
Alexandre Fauquette
[core] Replace relative links to absolute ones in JSDocs (#43472)
27 авг 2024, 21:26
Не верифицирован
27 авг 2024, 21:26
a879a93
Код
Авторство
О чём код?
{ "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." }, "expandText": { "description": "Override the default label for the expand button.<br>For localization purposes, you can use the provided <a href=\"https://mui.com/material-ui/guides/localization/\">translations</a>." }, "itemsAfterCollapse": { "description": "If max items is exceeded, the number of items to show after the ellipsis." }, "itemsBeforeCollapse": { "description": "If max items is exceeded, the number of items to show before the ellipsis." }, "maxItems": { "description": "Specifies the maximum number of breadcrumbs to display. When there are more than the maximum number, only the first <code>itemsBeforeCollapse</code> and last <code>itemsAfterCollapse</code> will be shown, with an ellipsis in between." }, "separator": { "description": "Custom separator node." }, "slotProps": { "description": "The props used for each slot inside the Breadcumb." }, "slots": { "description": "The components used for each slot inside the Breadcumb. Either a string to use a HTML element or a component." }, "sx": { "description": "The system prop that allows defining system overrides as well as additional CSS styles." } }, "classDescriptions": { "li": { "description": "Styles applied to {{nodeName}}.", "nodeName": "the li element" }, "ol": { "description": "Styles applied to {{nodeName}}.", "nodeName": "the ol element" }, "root": { "description": "Styles applied to the root element." }, "separator": { "description": "Styles applied to {{nodeName}}.", "nodeName": "the separator element" } } }