Previews

No matching results.

x
1
2
3
4
5
6
7
<button type="button" data-controller="polaris-button" class="Polaris-Button Polaris-Button--monochrome Polaris-Button--plain Polaris-Button--removeUnderline">
<span class="Polaris-Button__Content">
<div class="Polaris-Button__Text Polaris-Button--removeUnderline">
Try again
</div>
</span>
</button>
1
<%= polaris_button(plain: true, monochrome: true, remove_underline: true) { "Try again" } %>