Previews

No matching results.

x
1
2
3
4
5
6
7
8
9
<a href="https://shopify.com" data-controller="paper-button" class="Polaris-Button Polaris-Button--iconOnly">
<span class="Polaris-Button__Content">
<div class="Polaris-Button__Icon">
<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 d="M17 9h-11.586l3.293-3.293a.999.999 0 1 0-1.414-1.414l-5 5a.999.999 0 0 0 0 1.414l5 5a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-3.293-3.293h11.586a1 1 0 1 0 0-2z"></path></svg>
</span>
</div>
</span>
</a>
1
2
3
<%= paper_button(url: "https://shopify.com") do |button| %>
<% button.with_icon(name: "ArrowLeftMinor") %>
<% end %>