@roo-ui/components
Version:
24 lines (15 loc) • 419 B
Markdown
# Container
<!-- STORY -->
## Installation
```shell
$ yarn add @roo-ui/components
```
## Example
```js
import { Container } from '@roo-ui/components';
export default (
<Container>Hello world</Container>
);
```
## Customization
This component can be customized with [styled-system](https://jxnblk.com/styled-system) by passing props for `maxWidth` & `space` [functions](http://jxnblk.com/styled-system/table).