Skip to main content

Container

A div that can be full/limited width.

Media Query

It has steps at:

  • 576px
  • 768px
  • 992px
  • 1200px

Props

  • fullWidth: boolean -> Expand the container to 100%

Example

<Container>
...
</Container>