💡 Box is the most abstract component. You can use it as a Layout primitive. Renders a div by default.
yarn add @vtex-components/box
Reakit and ThemeUI are peer dependencies, so you must add them with:
yarn add reakit theme-ui
import React from 'react'
import Box from '@vtex-component/box'
function Example() {
return <Box>Box content</Box>
}
MIT © vtex