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
centerContentDescription
Type
booleancolorScheme
colorSchemeDescription
Color Schemes for Container are not implemented in the default theme. You can extend the theme to implement them.
Type
stringsize
sizeDescription
Sizes for Container are not implemented in the default theme. You can extend the theme to implement them.
Type
stringvariant
variantDescription
Variants for Container are not implemented in the default theme. You can extend the theme to implement them.
Type
string