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
# Defaultanchor_button("Button")# Smallanchor_button("Button", size: :small)No notes provided.
No params configured.