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 xmlns="http://www.w3.org/2000/svg" viewbox="0 0 20 20" class="Polaris-Icon__Svg" focusable="false" aria-hidden="true"><path d="M12.72 13.78a.75.75 0 1 0 1.06-1.06l-2.72-2.72 2.72-2.72a.75.75 0 0 0-1.06-1.06l-2.72 2.72-2.72-2.72a.75.75 0 0 0-1.06 1.06l2.72 2.72-2.72 2.72a.75.75 0 1 0 1.06 1.06l2.72-2.72 2.72 2.72Z"></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 xmlns="http://www.w3.org/2000/svg" viewbox="0 0 20 20" class="Polaris-Icon__Svg" focusable="false" aria-hidden="true"><path d="M12.72 13.78a.75.75 0 1 0 1.06-1.06l-2.72-2.72 2.72-2.72a.75.75 0 0 0-1.06-1.06l-2.72 2.72-2.72-2.72a.75.75 0 0 0-1.06 1.06l2.72 2.72-2.72 2.72a.75.75 0 1 0 1.06 1.06l2.72-2.72 2.72 2.72Z"></path></svg>
</span></button>
</span>
1
2
3
4
5
6
7
8
9
<%= polaris_tag do |tag| %>
<% tag.with_remove_button(url: "#") %>
Rustic
<% end %>
<%= polaris_tag do |tag| %>
<% tag.with_remove_button(data: {}) %>
Rustic
<% end %>