We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Similar to bootstraps container it offers fluid and normal containers for use in our pages and components
EXAMPLE USAGE:
<Container type="normal"> <HeadingOne>Hello World!</HeadingOne> <Paragraph>This is a paragraph</Paragraph> <CuratedVideos data={data} /> </Container>