Container Component
About
The container component has been deprecated for container aware component.
Old
Example
A container:
- that centers its content from the medium breakpoint md
- with a light background color
- and a little bit of padding
<container md background-color="light" spacing="p-3">
Oh my Container !
</container>
Oh my Container !
Syntax
<container type>
Content
</container>
where the type was the Container configuration value.