Example divider usage
```js
<Divider style={{ backgroundColor: 'blue' }} />
```

#### Badge props

| prop | default | type | description |
| ---- | ---- | ----| ---- |
| style | {height: 1, backgroundColor: #e1e8ee} | style object | style the divider |     
