x
1
2
3
4
5
6
<div style="display: grid; place-content: center; margin-top: 4rem;"> <button id="tooltip-ne" type="button" data-view-component="true" class="Button--secondary Button--medium Button"> <span class="Button-content"> <span class="Button-label">Tooltip northeast</span> </span> </button><tool-tip id="tooltip-e25c604b-3b67-4faf-8ab3-e0707fa58d93" for="tooltip-ne" popover="manual" data-direction="ne" 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-ne")) do |b| %> <% b.with_tooltip(text: "This is a tooltip", direction: :ne) %> Tooltip northeast <% end %></div>
No notes provided.
No params configured.
No assets to display.