Divider
Horizontal or vertical divider line.
Type: "divider"
Horizontal or vertical divider line.
Props
| Field | Type | Default | Keterangan |
|---|---|---|---|
direction | 'horizontal'|'vertical' | "horizontal" | Arah |
style | 'solid'|'dashed'|'dotted'|'double' | "solid" | Style |
height | number (0–50) | 1 | Tebal Garis (px) |
width | string | "100%" | Panjang Garis |
alignment | 'left'|'center'|'right' | "center" | Alignment |
color | CSS color | — | Warna |
space | number (0–200) | 16 | Jarak Sekitar (px) |
contentText | string | — | Teks (tampil saat contentType = text) |
contentIcon | string (icon name) | — | Icon Tengah (tampil saat contentType = icon) |
contentSize | string | — | Mengontrol ukuran teks dan icon di tengah. Sama dengan Style > Typography > Font Size. (tampil saat contentType ≠ none) |
Contoh
{
"id": "div01abc",
"type": "divider",
"props": {
"height": 1,
"width": "100%",
"style": "solid",
"direction": "horizontal",
"alignment": "center",
"color": "",
"contentType": "none",
"space": 16
}
}