Previews

1
2
3
4
5
6
7
8
9
10
11
12
<%= render(Primer::Beta::Button.new(
scheme: scheme,
size: size,
block: block,
id: id,
align_content: align_content,
tag: tag,
href: '#'
)) do |component| %>
<% component.with_trailing_visual_counter(count: "15") %>
Comment
<% end %>