<%= render Yattho::Beta::Popover.new do |component| %> <% component.with_heading do %> Activity feed <% end %> <% component.with_body do %> This is the Popover body. <% end %> <% end %>