Skip to content

Container

Carlos Alba edited this page Nov 21, 2020 · 1 revision

Container

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>
Clone this wiki locally