#### Example

```js
import { ContentBox, Section } from '@dabapps/roe';

<ContentBox>
  <Section>Section 1</Section>
  <Section>Section 2</Section>
  <Section>Section 3</Section>
  <p>Horizontal rules</p>
  <hr />
  <hr className="fade" />
</ContentBox>;
```
