Previews

No matching results.

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