{
"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. Warning: This is a generic event not a change event."
},
"value": { "name": "value", "description": "We default to the index of the child." }
}
},
"showLabels": {
"description": "If true, all BottomNavigationActions will show their labels. By default, only the selected BottomNavigationAction 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 BottomNavigationAction."
}
},
"classDescriptions": { "root": { "description": "Styles applied to the root element." } }
}