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.
Note: Child-only element — used inside
iconList.
Props
| Field | Type | Default | Description |
|---|---|---|---|
icon | string (icon name) | {"library":"lucide","icon":"Check"} | IconValue (Lucide) — e.g. { library: "lucide", icon: "Check" } |
title | string | "Item baru" | item text (supports {dynamic} tags) |
description | string | — | ? — optional secondary line |
highlight | boolean | false | (default false) — show a badge |
highlightLabel | string | — | ? — badge text (when highlight=true) (shown when highlight = true) |
iconAfterTitle | boolean | false | (default false) — render icon after the title |
titleTag | 'span'|'p'|'h2'|'h3'|'h4'|'h5'|'h6' | "span" | (default 'span') |
Example
{
"id": "ico01abc",
"type": "iconListItem",
"props": {
"icon": {
"library": "lucide",
"icon": "Check"
},
"title": "Item baru",
"highlight": false,
"titleTag": "span",
"iconAfterTitle": false
}
}