Divider
A Divider is a component that separates two content on a screen or page
Import
import { Divider } from "io-elements"
Usage
Props
| NAME | TYPE | REQUIRED | DEFAULT |
|---|---|---|---|
| size | number | false | 10 |
| width | number | "full" | false | 80 |
| orientation | "Vertical" | "Horizontal" | false | Horizontal |
| text | String | false | true |
| VeriticalHeight | number | "full" | false | 50 |
| color | ColorValue | false | #000000 |