Previews

No matching results.

x
1
2
3
4
5
<span class="Polaris-Thumbnail Polaris-Thumbnail--sizeLarge">
<span class="Polaris-Icon">
<svg viewbox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" class="Polaris-Icon__Svg" focusable="false" aria-hidden="true"><path fill-rule="evenodd" d="M6 11h8v-2h-8v2zm0 4h8v-2h-8v2zm0-8h4v-2h-4v2zm6-5h-6.5a1.5 1.5 0 0 0-1.5 1.5v13a1.5 1.5 0 0 0 1.5 1.5h9a1.5 1.5 0 0 0 1.5-1.5v-10.5l-4-4z"></path></svg>
</span>
</span>
1
2
3
<%= paper_thumbnail(alt: "Small document", size: :large) do |thumbnail| %>
<% thumbnail.with_icon(name: "NoteMinor") %>
<% end %>