Previews

1
2
3
4
5
<%= paper_list(spacing: :extra_tight) do |list| %>
<% list.with_item { "Yellow shirt" } %>
<% list.with_item { "Red shirt" } %>
<% list.with_item { "Green shirt" } %>
<% end %>