Previews

No matching results.

x
1
2
3
4
<button id="button-preview" type="button" data-view-component="true" class="Button--secondary Button--medium Button Button--inactive"> <span class="Button-content">
<span class="Button-label">Button</span>
</span>
</button>
1
2
3
4
5
6
render(Primer::Beta::Button.new(
id: id,
inactive: inactive
)) do |_c|
"Button"
end
Param Description Input