<%= render(Yattho::Alpha::UnderlineNav.new(tag: :div, label: "With div element")) do |component| %> <% component.with_tab(href: "#", selected: true) { "Item 1" } %> <% component.with_tab(href: "#") { "Item 2" } %> <% component.with_actions do %> <%= render(Yattho::ButtonComponent.new) { "Button!" } %> <% end %> <% end %>