@roo-ui/components
Version:
24 lines (15 loc) • 449 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://github.com/jxnblk/styled-system) by passing props for `maxWidth` & `space` [functions](https://github.com/jxnblk/styled-system#table-of-style-props).