Previews

No matching results.

x
1
2
3
4
5
6
7
<button type="button" data-controller="paper-button" data-action="paper-button#disable" class="Polaris-Button">
<span class="Polaris-Button__Content">
<div class="Polaris-Button__Text">
Disable on click
</div>
</span>
</button>
1
<%= paper_button(disable_with_loader: true) { "Disable on click" } %>