86 lines
2.8 KiB
JSON
86 lines
2.8 KiB
JSON
|
|
{
|
||
|
|
"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'<br>| 'sm'<br>| 'md'<br>| 'lg'<br>| 'xl'<br>| false<br>| string"
|
||
|
|
},
|
||
|
|
"default": "'lg'"
|
||
|
|
},
|
||
|
|
"sx": {
|
||
|
|
"type": {
|
||
|
|
"name": "union",
|
||
|
|
"description": "Array<func<br>| object<br>| bool><br>| func<br>| object"
|
||
|
|
},
|
||
|
|
"additionalInfo": { "sx": true }
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"name": "Container",
|
||
|
|
"imports": [
|
||
|
|
"import Container from '@mui/system/Container';",
|
||
|
|
"import { Container } from '@mui/system';"
|
||
|
|
],
|
||
|
|
"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-system/src/Container/Container.tsx",
|
||
|
|
"inheritance": null,
|
||
|
|
"demos": "<ul><li><a href=\"/material-ui/react-container/\">Container (Material UI)</a></li>\n<li><a href=\"/system/react-container/\">Container (MUI System)</a></li></ul>",
|
||
|
|
"cssComponent": false
|
||
|
|
}
|