x
1
2
3
4
5
6
7
<button type="button" data-controller="paper-button" class="Polaris-Button Polaris-Button--primary"> <span class="Polaris-Button__Content"> <div class="Polaris-Button__Text"> Save theme </div> </span></button>
1
<%= paper_button(primary: true) { "Save theme" } %>
No notes provided.
No params configured.