@dabapps/roe
Version:
A collection of React components, styles, mixins, and atomic CSS classes to aid with the development of web applications.
25 lines (21 loc) • 417 B
Markdown
#### Example
```js static
<Banner open position="top">
<Container>
<Row>
<Column xs={10}>
<p>Roe Banner</p>
</Column>
<Column xs={2}>
<Button className="margin-top-base float-right">Click</Button>
</Column>
</Row>
</Container>
</Banner>
```
#### Less variables
```css
@banner-background: @body-background;
@banner-border: @border-base;
@banner-height: auto;
```