<%= render(Yattho::Alpha::UnderlineNav.new(label: "Align right", align: :right)) do |component| %> <% component.with_tab(href: "#", selected: true) do |tab| %> <% tab.with_text { "Item 1" } %> <% end %> <% component.with_tab(href: "#") do |tab| %> <% tab.with_text { "Item 2" } %> <% end %> <% component.with_actions do %> <%= render(Yattho::ButtonComponent.new) { "Button!" } %> <% end %> <% end %>