Container
Container is a component for fixing an element's width to the current breakpoint.
Installation
CLI
Manual
<Container>
Write your content here
</Container>
Constrained
Constrained will remove padding on small screen
<Container constrained>
Write your content here
</Container>