Files
react-test/docs/translations/api-docs/bottom-navigation/bottom-navigation.json
how2ice 005cf56baf
Some checks failed
No response / noResponse (push) Has been cancelled
CI / Continuous releases (push) Has been cancelled
CI / test-dev (macos-latest) (push) Has been cancelled
CI / test-dev (ubuntu-latest) (push) Has been cancelled
CI / test-dev (windows-latest) (push) Has been cancelled
Maintenance / main (push) Has been cancelled
Scorecards supply-chain security / Scorecards analysis (push) Has been cancelled
CodeQL / Analyze (push) Has been cancelled
init project
2025-12-12 14:26:25 +09:00

31 lines
1.3 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."
},
"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." } }
}