Previews

No matching results.

x
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<button type="button" disabled="disabled" data-controller="polaris-button" class="Polaris-Button Polaris-Button--disabled Polaris-Button--loading">
<span class="Polaris-Button__Content">
<span class="Polaris-Button__Spinner">
<span class="Polaris-Spinner Polaris-Spinner--sizeSmall">
<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
<path d="M7.229 1.173a9.25 9.25 0 1011.655 11.412 1.25 1.25 0 10-2.4-.698 6.75 6.75 0 11-8.506-8.329 1.25 1.25 0 10-.75-2.385z" />
</svg>
</span>
</span>
<div class="Polaris-Button__Text">
Save product
</div>
</span>
</button>
1
<%= polaris_button(loading: true) { "Save product" } %>