Previews

No matching results.

x
1
2
3
4
5
6
7
<details>
<summary id="button-preview" data-view-component="true" class="Button--secondary Button--medium Button"> <span class="Button-content">
<span class="Button-label">Button</span>
</span>
</summary>
<p>A wrapping `details` tag is required when using the button with the `:summary` tag</p>
</details>
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>
Param Description Input