x
1
2
3
4
5
<ul class="Polaris-List Polaris-List--spacingLoose"> <li class="Polaris-List__Item">Yellow shirt</li> <li class="Polaris-List__Item">Red shirt</li> <li class="Polaris-List__Item">Green shirt</li></ul>
1
2
3
4
5
<%= polaris_list do |list| %> <% list.with_item { "Yellow shirt" } %> <% list.with_item { "Red shirt" } %> <% list.with_item { "Green shirt" } %><% end %>
Use for a text-only list of related items that don’t need to be in a specific order and don’t require an icon or other indicator.
No params configured.