Container
Containers are used to wrap your content to encourage consistency and provides default padding to your content:
Usage
import React from 'react'
import { Container, Heading } from '@therise3107/axis'
const home = ({ children }) => (
<Container>
{children}
</Container>
)API Reference
Last updated
Was this helpful?