Previews

No matching results.

x
1
2
3
4
5
6
<div style="width: 200px;">
<button type="button" data-view-component="true" class="Button--secondary Button--medium Button Button--labelWrap"> <span class="Button-content">
<span class="Button-label">This button has a long label and will wrap</span>
</span>
</button>
</div>
1
2
3
4
5
6
7
8
9
<div style="width: 200px;">
<%= render(Primer::Beta::Button.new(
scheme: scheme,
size: size,
label_wrap: label_wrap
)) do %>
This button has a long label and will wrap
<% end %>
</div>
Param Description Input