Container

Containers are used to constrain a content's width to the current breakpoint, while keeping it fluid.

    View Source@chakra-ui/layout

Props#

Container composes Box so you can pass all Box related props in addition to this.

centerContent

Description

If true, container will center its children regardless of their width.

Type
boolean
Default
false