Previews

No matching results.

x
1
2
3
4
5
6
<div style="display: grid; place-content: center; margin-top: 4rem;">
<button id="tooltip-sw" type="button" data-view-component="true" class="Button--secondary Button--medium Button"> <span class="Button-content">
<span class="Button-label">Tooltip southwest</span>
</span>
</button><tool-tip id="tooltip-0696d81c-4c41-4c7a-90c7-c17b4ea438a1" for="tooltip-sw" popover="manual" data-direction="sw" data-type="description" data-view-component="true" class="sr-only position-absolute">This is a tooltip</tool-tip>
</div>
1
2
3
4
5
6
<div style="display: grid; place-content: center; margin-top: 4rem;">
<%= render(Primer::Beta::Button.new(id: "tooltip-sw")) do |b| %>
<% b.with_tooltip(text: "This is a tooltip", direction: :sw) %>
Tooltip southwest
<% end %>
</div>

No assets to display.