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