<%= render TooltipComponent.new do |component| %> <% component.with_trigger do %> Hover me to see the tooltip <% end %> <% component.with_body do %> Content of the tooltip <% end %> <% end %>