@dabapps/roe
Version:
A Collection of React Components for Project Development
31 lines (27 loc) • 448 B
Markdown
#### Example
```js
<ContentBox>
<ContentBoxHeader>
<h5>
Header
</h5>
</ContentBoxHeader>
<p>
Content
</p>
<ContentBoxFooter>
<SpacedGroup block className="margin-vertical-large">
<Button>
Cancel
</Button>
<Button className="primary">
Done
</Button>
</SpacedGroup>
</ContentBoxFooter>
</ContentBox>
```
#### Less variables
```less
@content-box-background: @white;
```