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
70 lines
2.3 KiB
JSON
70 lines
2.3 KiB
JSON
{
|
|
"props": {
|
|
"children": { "type": { "name": "custom", "description": "unsupportedProp" } },
|
|
"classes": { "type": { "name": "object" }, "additionalInfo": { "cssApi": true } },
|
|
"icon": { "type": { "name": "node" } },
|
|
"label": { "type": { "name": "node" } },
|
|
"showLabel": { "type": { "name": "bool" } },
|
|
"slotProps": {
|
|
"type": {
|
|
"name": "shape",
|
|
"description": "{ label?: func<br>| object, root?: func<br>| object }"
|
|
},
|
|
"default": "{}"
|
|
},
|
|
"slots": {
|
|
"type": { "name": "shape", "description": "{ label?: elementType, root?: elementType }" },
|
|
"default": "{}"
|
|
},
|
|
"sx": {
|
|
"type": {
|
|
"name": "union",
|
|
"description": "Array<func<br>| object<br>| bool><br>| func<br>| object"
|
|
},
|
|
"additionalInfo": { "sx": true }
|
|
},
|
|
"value": { "type": { "name": "any" } }
|
|
},
|
|
"name": "BottomNavigationAction",
|
|
"imports": [
|
|
"import BottomNavigationAction from '@mui/material/BottomNavigationAction';",
|
|
"import { BottomNavigationAction } from '@mui/material';"
|
|
],
|
|
"slots": [
|
|
{
|
|
"name": "root",
|
|
"description": "The component that renders the root.",
|
|
"default": "ButtonBase",
|
|
"class": "MuiBottomNavigationAction-root"
|
|
},
|
|
{
|
|
"name": "label",
|
|
"description": "The component that renders the label.",
|
|
"default": "span",
|
|
"class": "MuiBottomNavigationAction-label"
|
|
}
|
|
],
|
|
"classes": [
|
|
{
|
|
"key": "iconOnly",
|
|
"className": "MuiBottomNavigationAction-iconOnly",
|
|
"description": "State class applied to the root element if `showLabel={false}` and not selected.",
|
|
"isGlobal": false
|
|
},
|
|
{
|
|
"key": "selected",
|
|
"className": "Mui-selected",
|
|
"description": "State class applied to the root element if selected.",
|
|
"isGlobal": true
|
|
}
|
|
],
|
|
"spread": true,
|
|
"themeDefaultProps": true,
|
|
"muiName": "MuiBottomNavigationAction",
|
|
"forwardsRefTo": "HTMLButtonElement",
|
|
"filename": "/packages/mui-material/src/BottomNavigationAction/BottomNavigationAction.js",
|
|
"inheritance": { "component": "ButtonBase", "pathname": "/material-ui/api/button-base/" },
|
|
"demos": "<ul><li><a href=\"/material-ui/react-bottom-navigation/\">Bottom Navigation</a></li></ul>",
|
|
"cssComponent": false
|
|
}
|