<%= render(Primer::Beta::Button.new(id: "tooltip-ne")) do |b| %> <% b.with_tooltip(text: "This is a tooltip", direction: :ne) %> Tooltip northeast <% end %>