{
"props": {
"classes": { "type": { "name": "object" }, "additionalInfo": { "cssApi": true } },
"component": { "type": { "name": "elementType" } },
"disableGutters": { "type": { "name": "bool" }, "default": "false" },
"fixed": { "type": { "name": "bool" }, "default": "false" },
"maxWidth": {
"type": {
"name": "union",
"description": "'xs'
| 'sm'
| 'md'
| 'lg'
| 'xl'
| false
| string"
},
"default": "'lg'"
},
"sx": {
"type": {
"name": "union",
"description": "Array<func
| object
| bool>
| func
| object"
},
"additionalInfo": { "sx": true }
}
},
"name": "Container",
"imports": [
"import Container from '@mui/material/Container';",
"import { Container } from '@mui/material';"
],
"classes": [
{
"key": "disableGutters",
"className": "MuiContainer-disableGutters",
"description": "Styles applied to the root element if `disableGutters={true}`.",
"isGlobal": false
},
{
"key": "fixed",
"className": "MuiContainer-fixed",
"description": "Styles applied to the root element if `fixed={true}`.",
"isGlobal": false
},
{
"key": "maxWidthLg",
"className": "MuiContainer-maxWidthLg",
"description": "Styles applied to the root element if `maxWidth=\"lg\"`.",
"isGlobal": false
},
{
"key": "maxWidthMd",
"className": "MuiContainer-maxWidthMd",
"description": "Styles applied to the root element if `maxWidth=\"md\"`.",
"isGlobal": false
},
{
"key": "maxWidthSm",
"className": "MuiContainer-maxWidthSm",
"description": "Styles applied to the root element if `maxWidth=\"sm\"`.",
"isGlobal": false
},
{
"key": "maxWidthXl",
"className": "MuiContainer-maxWidthXl",
"description": "Styles applied to the root element if `maxWidth=\"xl\"`.",
"isGlobal": false
},
{
"key": "maxWidthXs",
"className": "MuiContainer-maxWidthXs",
"description": "Styles applied to the root element if `maxWidth=\"xs\"`.",
"isGlobal": false
},
{
"key": "root",
"className": "MuiContainer-root",
"description": "Styles applied to the root element.",
"isGlobal": false
}
],
"spread": true,
"themeDefaultProps": true,
"muiName": "MuiContainer",
"forwardsRefTo": "HTMLElement",
"filename": "/packages/mui-material/src/Container/Container.js",
"inheritance": null,
"demos": "