Divider
Props
Property | Required | Type | Default | Description |
---|---|---|---|---|
inverse | no | Boolean | Specifying this prop inverses the divider | |
size | no | String | Changes the size of the component. Either 'large' or leave undefined for default size. |
Imports
Import React components (including CSS):
import {Divider} from 'pivotal-ui/react/dividers';
Import CSS only:
import 'pivotal-ui/css/dividers';