UNPKG

@roo-ui/components

Version:

24 lines (15 loc) 781 B
# Card <!-- STORY --> ## Installation ```shell $ yarn add @roo-ui/components ``` ## Example ```js import { Card } from '@roo-ui/components'; export default ( <Card>Hello world</Card> ); ``` ## Customization This component can be customized with [styled-system](https://github.com/jxnblk/styled-system) by passing props for [space](https://github.com/jxnblk/styled-system#space-responsive), [width](https://github.com/jxnblk/styled-system#width-responsive), [height](https://github.com/jxnblk/styled-system#layout), [color](https://github.com/jxnblk/styled-system#color-responsive), [text align](https://github.com/jxnblk/styled-system#typography), [box shadow](https://github.com/jxnblk/styled-system#misc), or [borders](https://github.com/jxnblk/styled-system#borders).