UNPKG

@roo-ui/components

Version:

39 lines (30 loc) 579 B
# Box <!-- STORY --> ## Installation ```shell $ yarn add @roo-ui/components ``` ## Example ```js import { Box } from '@roo-ui/components'; export default ( <Box>Hello world</Box> ); ``` ## Customization This component can be customized with [styled-system](https://github.com/jxnblk/styled-system) by passing props for `space`, `width`, `minWidth`, `maxWidth`, `height`, `minHeight`, `maxHeight`, `color`, `textAlign`, `boxShadow`, `borderRadius`, `borders`, `borderColor`, `flexBasis` & `flex` [functions](https://github.com/jxnblk/styled-system#table-of-style-props)