/
githubmirror
/
material-ui
Обзор
Документация
Войти
/
githubmirror
/
material-ui
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
docs/pages/system/api/container.json
84 строки
3 KB
Albert Yu
[docs] Remove generated CSS utility component doc (#48383)
29 апр 2026, 17:33
Не верифицирован
29 апр 2026, 17:33
4472372
Код
Авторство
О чём код?
{ "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>" }