x
1
2
3
4
5
6
7
8
9
<div style="width: 300px"> <button type="button" data-controller="polaris-button" class="Polaris-Button Polaris-Button--fullWidth"> <span class="Polaris-Button__Content"> <div class="Polaris-Button__Text"> Add customer </div> </span> </button></div>
1
2
3
<div style="width: 300px"> <%= polaris_button(full_width: true) { "Add customer" } %></div>
No notes provided.
No params configured.