UNPKG

@roo-ui/components

Version:

24 lines (15 loc) 471 B
# 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/blob/v2.2.5/README.md#table-of-style-props).