--- title: Container description: Used to constrain a content's width to the current breakpoint, while keeping it fluid. links: source: components/container storybook: layout-container--basic recipe: container --- ## Usage The default `maxWidth` is `8xl` which maps to `90rem (1440px)`. ```jsx import { Container } from "@chakra-ui/react" ``` ```jsx
``` ## Examples ### Sizes Use the `maxWidth` prop to change the size of the container. ### Fluid Use the `fluid` prop to make the container stretch to fill the width of its parent. ## Props