A divider line separates different content.
The basic Divider usage.
Display text or components in diriver.
Custom size of white space around components.
Different state.
| Attribute | Description | Type | Accepted values | Default |
|---|---|---|---|---|
| type | type of divier | DividerTypes | - | default |
| align | alignment of text | DividerAlign | - | center |
| ... | native props | HTMLAttributes | 'id', 'name', 'className', ... | - |
type DividerTypes =
| 'default'
| 'primary'
| 'secondary'
| 'success'
| 'warning'
| 'error'
| 'info'
| 'dark'
| 'lite'
type DividerAlign = 'center' | 'start' | 'left' | 'end' | 'right'
Previous
Display
Next
Dot

