List
The List element creates customizable lists with icons, titles, meta information, descriptions, and optional highlight labels.
Settings
Section titled “Settings”List Items
Section titled “List Items”- List items (repeater) - Add and configure list items. Each item has:
- Icon (icon) - Optional icon for the list item
- Title (text) - Main title text
- Link title (link) - Make the title clickable
- Meta (text) - Additional meta information (e.g., price, date)
- Description (textarea) - Longer description text
- Highlight (checkbox) - Mark this item as highlighted
- Highlight label (text) - Custom label text for highlighted items. Only available when highlight is enabled.
List Item
Section titled “List Item”-
Justify content (justify-content) - Horizontal alignment of list item content. Controls
justify-contentproperty for.contentand.descriptionselectors. -
Align items (align-items) - Vertical alignment of list item content. Options:
flex-start,center,flex-end,baseline. Controlsalign-itemsproperty for.contentand.descriptionselectors. Excludesstretchoption. -
Margin (spacing) - Margin around each list item. Controls
marginproperty forliselector. -
Padding (spacing) - Padding inside each list item. Controls
paddingproperty forliselector. -
Odd background (color) - Background color for odd-numbered list items. Controls
background-colorproperty forli:nth-child(odd)selector. -
Even background (color) - Background color for even-numbered list items. Controls
background-colorproperty forli:nth-child(even)selector. -
Border (border) - Border styling for list items. Controls
borderproperty forliselector. -
Auto width (checkbox) - Enable automatic width for list items. Sets
justify-contenttoinitialfor.contentselector andflex-growto0for.separatorselector.
Highlight
Section titled “Highlight”-
Block (checkbox) - Display highlight label as block element. Controls
displayproperty forli[data-highlight]::beforeselector. -
Padding (spacing) - Padding for highlight label. Controls
paddingproperty forli[data-highlight]::beforeselector. -
Background (color) - Background color for highlight label. Controls
background-colorproperty forli[data-highlight]::beforeselector. -
Border (border) - Border styling for highlight label. Controls
borderproperty forli[data-highlight]::beforeselector. -
Typography (typography) - Typography settings for highlight label. Controls
fontproperty forli[data-highlight]::beforeselector. -
Content (separator) - Visual separator in the control panel.
-
Padding (spacing) - Padding for highlighted item content. Controls
paddingproperty forli[data-highlight] .contentselector. -
Background (color) - Background color for highlighted item content. Controls
background-colorproperty forli[data-highlight] .contentselector. -
Border (border) - Border styling for highlighted item content. Controls
borderproperty forli[data-highlight] .contentselector. -
Text color (color) - Text color for highlighted item content. Controls
colorproperty forli[data-highlight] .content .title,li[data-highlight] .content .meta, andli[data-highlight] .content .descriptionselectors.
-
Icon (icon) - Default icon for all list items.
-
After title (checkbox) - Position icon after the title instead of before.
-
Width (number with units) - Width of the icon. Controls
widthproperty for.iconselector. -
Height (number with units) - Height of the icon. Controls
heightproperty for.iconselector. -
Size (number with units) - Font size of the icon. Controls
font-sizeproperty for.iconselector, andheight/widthproperties for.icon svgselector. -
Color (color) - Color of the icon. Controls
colorproperty for.iconselector. -
Background color (color) - Background color of the icon. Controls
background-colorproperty for.iconselector. -
Border (border) - Border styling for the icon. Controls
borderproperty for.iconselector. -
Box shadow (box-shadow) - Box shadow for the icon. Controls
box-shadowproperty for.iconselector.
-
Margin (spacing) - Margin around the title. Controls
marginproperty for.titleselector. -
HTML tag (text) - HTML tag for the title. Supports dynamic data. Default placeholder:
span. Validates HTML tag format. -
Typography (typography) - Typography settings for the title. Controls
fontproperty for.titleselector.
-
Margin (spacing) - Margin around the meta text. Controls
marginproperty for.metaselector. -
Typography (typography) - Typography settings for the meta text. Controls
fontproperty for.metaselector.
Description
Section titled “Description”- Typography (typography) - Typography settings for the description. Controls
fontproperty for.descriptionselector.
Separator
Section titled “Separator”-
Disable (checkbox) - Disable the separator line between items. Controls
displayproperty for.separatorselector (sets tonone). Triggers re-render. -
Style (select) - Border style for the separator. Options from border style control options. Controls
border-top-styleproperty for.separatorselector. Only available when separator is not disabled. -
Width (number with units) - Width of the separator. Controls
flex-basisproperty for.separatorselector and setsflex-growto0. Only available when separator is not disabled. -
Height (number with units) - Height/thickness of the separator. Controls
border-top-widthproperty for.separatorselector. Only available when separator is not disabled. -
Color (color) - Color of the separator. Controls
border-top-colorproperty for.separatorselector. Only available when separator is not disabled.