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
62 lines
1.8 KiB
JSON
62 lines
1.8 KiB
JSON
{
|
|
"props": {
|
|
"children": { "type": { "name": "node" } },
|
|
"classes": { "type": { "name": "object" }, "additionalInfo": { "cssApi": true } },
|
|
"component": { "type": { "name": "elementType" } },
|
|
"disableGutters": { "type": { "name": "bool" }, "default": "false" },
|
|
"sx": {
|
|
"type": {
|
|
"name": "union",
|
|
"description": "Array<func<br>| object<br>| bool><br>| func<br>| object"
|
|
},
|
|
"additionalInfo": { "sx": true }
|
|
},
|
|
"variant": {
|
|
"type": {
|
|
"name": "union",
|
|
"description": "'dense'<br>| 'regular'<br>| string"
|
|
},
|
|
"default": "'regular'"
|
|
}
|
|
},
|
|
"name": "Toolbar",
|
|
"imports": [
|
|
"import Toolbar from '@mui/material/Toolbar';",
|
|
"import { Toolbar } from '@mui/material';"
|
|
],
|
|
"classes": [
|
|
{
|
|
"key": "dense",
|
|
"className": "MuiToolbar-dense",
|
|
"description": "Styles applied to the root element if `variant=\"dense\"`.",
|
|
"isGlobal": false
|
|
},
|
|
{
|
|
"key": "gutters",
|
|
"className": "MuiToolbar-gutters",
|
|
"description": "Styles applied to the root element unless `disableGutters={true}`.",
|
|
"isGlobal": false
|
|
},
|
|
{
|
|
"key": "regular",
|
|
"className": "MuiToolbar-regular",
|
|
"description": "Styles applied to the root element if `variant=\"regular\"`.",
|
|
"isGlobal": false
|
|
},
|
|
{
|
|
"key": "root",
|
|
"className": "MuiToolbar-root",
|
|
"description": "Styles applied to the root element.",
|
|
"isGlobal": false
|
|
}
|
|
],
|
|
"spread": true,
|
|
"themeDefaultProps": true,
|
|
"muiName": "MuiToolbar",
|
|
"forwardsRefTo": "HTMLDivElement",
|
|
"filename": "/packages/mui-material/src/Toolbar/Toolbar.js",
|
|
"inheritance": null,
|
|
"demos": "<ul><li><a href=\"/material-ui/react-app-bar/\">App Bar</a></li></ul>",
|
|
"cssComponent": false
|
|
}
|