Previews

No matching results.

x
1
2
3
4
5
6
<div style="width: 200px;">
<button type="button" data-view-component="true" class="Button--link Button--medium Button"> <span class="Button-content">
<span class="Button-label">This is a button styled to look like a link that wraps like a link</span>
</span>
</button>
</div>
1
2
3
4
5
6
7
8
<div style="width: 200px;">
<%= render(Primer::Beta::Button.new(
scheme: :link,
size: :medium,
)) do %>
This is a button styled to look like a link that wraps like a link
<% end %>
</div>