40 lines
1.9 KiB
JSON
40 lines
1.9 KiB
JSON
|
|
{
|
||
|
|
"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"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|