Previews

No matching results.

x
1
2
3
4
<a id="button-preview" href="#" data-view-component="true" class="Button--secondary Button--medium Button"> <span class="Button-content">
<span class="Button-label">Button</span>
</span>
</a>
1
2
3
4
5
6
7
8
9
10
11
render(Primer::Beta::Button.new(
scheme: scheme,
size: size,
block: block,
id: id,
align_content: align_content,
tag: tag,
href: href
)) do |_c|
"Button"
end