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