Item List
A single item inside an Icon List. CHILD-ONLY: may exist ONLY as a child of iconList (never at root, never inside section/container/block/slider). Has its own full Style tab (border, padding, background) + typography slots.
Type: "iconListItem"
A single item inside an Icon List. CHILD-ONLY: may exist ONLY as a child of iconList (never at root, never inside section/container/block/slider). Has its own full Style tab (border, padding, background) + typography slots.
Catatan: Element child-only — dipakai di dalam
iconList.
Props
| Field | Type | Default | Keterangan |
|---|---|---|---|
icon | string (icon name) | {"library":"lucide","icon":"Check"} | Icon |
title | string | "Item baru" | Title |
description | string | — | Deskripsi |
highlight | boolean | false | Highlight (badge) |
highlightLabel | string | — | Highlight Label (tampil saat highlight = true) |
iconAfterTitle | boolean | false | Icon Setelah Title |
titleTag | 'span'|'p'|'h2'|'h3'|'h4'|'h5'|'h6' | "span" | Tag HTML untuk title — gunakan h2..h6 kalau title berfungsi sebagai heading. |
Contoh
{
"id": "ico01abc",
"type": "iconListItem",
"props": {
"icon": {
"library": "lucide",
"icon": "Check"
},
"title": "Item baru",
"highlight": false,
"titleTag": "span",
"iconAfterTitle": false
}
}