-
Notifications
You must be signed in to change notification settings - Fork 9
Container
Carlos Alba edited this page Nov 21, 2020
·
1 revision
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>
Made with