Previews

No matching results.

x
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<span class="Polaris-Tag Polaris-Tag--removable">
<span class="Polaris-TagText">
Rustic
</span>
<a href="#" class="Polaris-Tag__Button"><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="m11.414 10 4.293-4.293a.999.999 0 1 0-1.414-1.414L10 8.586 5.707 4.293a.999.999 0 1 0-1.414 1.414L8.586 10l-4.293 4.293a.999.999 0 1 0 1.414 1.414L10 11.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414L11.414 10z"></path></svg>
</span></a>
</span>
<span class="Polaris-Tag Polaris-Tag--removable">
<span class="Polaris-TagText">
Rustic
</span>
<button type="button" class="Polaris-Tag__Button"><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="m11.414 10 4.293-4.293a.999.999 0 1 0-1.414-1.414L10 8.586 5.707 4.293a.999.999 0 1 0-1.414 1.414L8.586 10l-4.293 4.293a.999.999 0 1 0 1.414 1.414L10 11.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414L11.414 10z"></path></svg>
</span></button>
</span>
1
2
3
4
5
6
7
8
9
<%= polaris_tag do |tag| %>
<% tag.remove_button(url: "#") %>
Rustic
<% end %>
<%= polaris_tag do |tag| %>
<% tag.remove_button(data: {}) %>
Rustic
<% end %>