#### Example

```js
import { Footer } from '@dabapps/roe';

<Footer>
  <p>Footer</p>
</Footer>;
```

#### Less variables

```css
@footer-background: @body-background;
@footer-border: @border-base;
@footer-height: auto;
```
