Divider
Divider will be used to separate content vertically or horizontally.
Properties
| Property | Required | Type | Description |
|---|---|---|---|
| horizontal | No | bool | |
| responsive | No | str (one of: xs, sm, md, lg, xl) | |
| color | No | str (one of: primary, secondary, accent, neutral, success, warning, info, error) | |
| text-placement | No | str (one of: start, end) | |
| Any additional properties | No | any |
Children
Accepts any HTML content
Examples
<{Divider}>
</{Divider}>