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="M6.707 5.293a1 1 0 0 0-1.414 1.414l3.293 3.293-3.293 3.293a1 1 0 1 0 1.414 1.414l3.293-3.293 3.293 3.293a1 1 0 0 0 1.414-1.414l-3.293-3.293 3.293-3.293a1 1 0 0 0-1.414-1.414l-3.293 3.293-3.293-3.293Z"></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="M6.707 5.293a1 1 0 0 0-1.414 1.414l3.293 3.293-3.293 3.293a1 1 0 1 0 1.414 1.414l3.293-3.293 3.293 3.293a1 1 0 0 0 1.414-1.414l-3.293-3.293 3.293-3.293a1 1 0 0 0-1.414-1.414l-3.293 3.293-3.293-3.293Z"></path></svg>
</span></button>
</span>
1
2
3
4
5
6
7
8
9
<%= paper_tag do |tag| %>
<% tag.with_remove_button(url: "#") %>
Rustic
<% end %>
<%= paper_tag do |tag| %>
<% tag.with_remove_button(data: {}) %>
Rustic
<% end %>