## Divider

![Image of Divider](images/divider.png)

### Usage

```javascript
<Divider/>

<Divider style={{ height: 5, backgroundColor: 'powderblue' }} />

<Divider style={{ height: 5, backgroundColor: 'skyblue' }} />

<Divider style={{ height: 5, backgroundColor: 'steelblue' }} />
```

### Props
| prop | default | type | required | description |
| --- | :---: | :---: | :---: | --- |
| style | inherited styling | object (style) | optional | style for the divider |
