If true
, container will center its children
regardless of their width.
Container
Containers are used to constrain a content's width to the current breakpoint, while keeping it fluid.
Props#
Container composes Box
so you can pass all Box
related props in addition to
this.
centerContent
centerContent
Description
Type
boolean
colorScheme
colorScheme
Description
Color Schemes for Container
are not implemented in the default theme. You can extend the theme to implement them.
Type
string
size
size
Description
Sizes for Container
are not implemented in the default theme. You can extend the theme to implement them.
Type
string
variant
variant
Description
Variants for Container
are not implemented in the default theme. You can extend the theme to implement them.
Type
string