Skip to main content

Simple List

The simple_list component allows simple items like strings to be displayed, optionally with a join operator like comma or new-line etc.

Required properties
"field": "{{ variable }}"
Optional properties
"separator": ", ",
"props": {
"color": "tertiary"
},

Displaying a simple list of strings

Elements of the list are joined with ", " by default, but this can be changed with the separator property.

Get Started
Build your app on our Developer Dashboard now!