List

Generic list component, used for example in the sidebar. It is a simple collection with some spacing between items.

{%- call ui.util.call(show_example) -%} {%- raw %} {%- call ui.util.call(ui.list) -%} {%- for i in range(3) -%} {{ ui.list_item(i) }} {%- endfor %} {%- endcall %} {%- endraw %} {%- endcall %}