pui-react-dividers
React components providing horizontal rules for dividing content
Pivotal UI React (GitHub, npm) is a collection of React components for rapidly building and prototyping UIs.
This component requires React v0.13
See the Pivotal UI Styleguide for fully rendered examples.
Components
Divider
Draws horizontal lines between different content groupings.
var Divider = require('
#### Properties
- `size`
- `String`: If set to `large`, makes the line thicker
### InverseDivider
A Divider for use on dark backgrounds.
```js
var InverseDivider = require('
#### Properties
- `size`
- `String`: If set to `large`, makes the line thicker
*****************************************
(c) Copyright 2015 Pivotal Software, Inc. All Rights Reserved.