@dabapps/roe
Version:
A Collection of React Components for Project Development
23 lines (17 loc) • 319 B
Markdown
#### Example
```js
<Container fluid>
<Row>
<Column>
Content
</Column>
</Row>
</Container>
```
#### Less variables
Note: the container must have the `solid` prop set to true in order to set the background color.
```less
@container-background: @white;
@grid-divisions: 12;
@gutter-width: 30px;
```