--- productId: system title: React Container component components: Container githubLabel: 'component: Container' --- # Container
The container centers your content horizontally. It's the most basic layout element.
While containers can be nested, most layouts do not require a nested container. {{"component": "@mui/docs/ComponentLinkHeader", "design": false}} ## Fluid A fluid container width is bounded by the `maxWidth` prop value. {{"demo": "SimpleContainer.js", "iframe": true, "defaultCodeOpen": false}} ```jsx