Previews

No matching results.

x
1
2
3
4
5
6
7
8
9
<button id="button-preview" type="button" data-view-component="true" class="Button--invisible Button--medium Button"> <span class="Button-content">
<span class="Button-visual Button-leadingVisual">
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-search">
<path d="M10.68 11.74a6 6 0 0 1-7.922-8.982 6 6 0 0 1 8.982 7.922l3.04 3.04a.749.749 0 0 1-.326 1.275.749.749 0 0 1-.734-.215ZM11.5 7a4.499 4.499 0 1 0-8.997 0A4.499 4.499 0 0 0 11.5 7Z"></path>
</svg>
</span>
<span class="Button-label">Search</span>
</span>
</button>
1
2
3
4
5
6
7
8
9
10
<%= render(Primer::Beta::Button.new(
scheme: scheme,
size: size,
block: block,
id: "button-preview",
align_content: align_content
)) do |component| %>
<% component.with_leading_visual_icon(icon: :search) %>
Search
<% end %>
Param Description Input