Pages

x
1
2
3
4
5
6
7
8
9
<!-- Default -->
<button type="button" class="btn" data-testid="button-button">
Button
</button>
<!-- Small -->
<button type="button" class="btn-small btn" data-testid="button-button">
Button
</button>
1
2
3
4
5
# Default
anchor_button("Button")
# Small
anchor_button("Button", size: :small)