x
1
2
3
4
5
6
7
8
9
10
11
12
13
<button type="button" data-controller="paper-button" class="Polaris-Button"> <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="M0 10c0 5.514 4.486 10 10 10s10-4.486 10-10-4.486-10-10-10-10 4.486-10 10zm5 0a1 1 0 0 1 1-1h3v-3a1 1 0 1 1 2 0v3h3a1 1 0 1 1 0 2h-3v3a1 1 0 1 1-2 0v-3h-3a1 1 0 0 1-1-1z"></path></svg> </span> </div> <div class="Polaris-Button__Text"> Add product </div> </span></button>
1
2
3
4
<%= paper_button do |button| %> <% button.with_icon(name: "CirclePlusMajor") %> Add product<% end %>
No notes provided.
No params configured.