Files
react-test/docs/pages/material-ui/api/container.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

86 lines
2.7 KiB
JSON
Raw Normal View History

2025-12-12 14:26:25 +09:00
{
"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>&#124;&nbsp;'sm'<br>&#124;&nbsp;'md'<br>&#124;&nbsp;'lg'<br>&#124;&nbsp;'xl'<br>&#124;&nbsp;false<br>&#124;&nbsp;string"
},
"default": "'lg'"
},
"sx": {
"type": {
"name": "union",
"description": "Array&lt;func<br>&#124;&nbsp;object<br>&#124;&nbsp;bool&gt;<br>&#124;&nbsp;func<br>&#124;&nbsp;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": "<ul><li><a href=\"/material-ui/react-container/\">Container</a></li></ul>",
"cssComponent": false
}