Previews

1
2
3
4
5
6
7
8
9
10
11
12
13
<details>
<%= render(Primer::Beta::Button.new(
scheme: scheme,
size: size,
block: block,
id: id,
align_content: align_content,
tag: tag
)) do %>
Button
<% end %>
<p>A wrapping `details` tag is required when using the button with the `:summary` tag</p>
</details>