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"> <span class="Button-content">
<span class="Button-label">Button</span>
</span>
</button><tool-tip id="tooltip-0885c114-dc0f-403c-a29d-a317c513e8a4" for="button-preview" popover="manual" data-direction="s" data-type="description" data-view-component="true" class="sr-only position-absolute">Tooltip text</tool-tip>
1
2
3
4
5
6
7
8
9
10
<%= render(Primer::Beta::Button.new(
scheme: scheme,
size: size,
block: block,
id: id,
align_content: align_content
)) do |component| %>
<% component.with_tooltip(text: "Tooltip text") %>
Button
<% end %>
Param Description Input