Containers are useful in responsively laying out content on different screens.

Props

Component props
Name
Type
Default
children
React.Node
-

Responsive content

On small screens, the container is the width of the screen. On large screens, it centers the content with a max-width of 800px.

Centered content