robox-box

Base React layout component based on Robox/understyle

v1.0.0-beta.1

Build Status js-standard-style

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

Built with Compositor.io