import * as React from 'react'import { Box } from '@welcome-ui/box'const Example = () => {return (<BoxalignItems="center"backgroundColor="sub-3"color="light-900"display="flex"justifyContent="center"p="xxl">This is a Box with style form theme</Box>)}export default Example
Installation
1
Run the following command:
yarn add @welcome-ui/box
2
Import component:
import { Box } from '@welcome-ui/box'