npm i robox-box
import Box from 'robox-box'
const MyComponent = (props) => (
<Box p={2}>
<h1>Hello</h1>
</Box>
)See Robox for a full list of supported props.
MIT License
v1.0.0-beta.1
npm i robox-box
import Box from 'robox-box'
const MyComponent = (props) => (
<Box p={2}>
<h1>Hello</h1>
</Box>
)See Robox for a full list of supported props.
MIT License