<%= render(Yattho::Alpha::TabNav.new(label: "Default")) do |component| %> <% component.with_tab(selected: true, href: "#") { "Tab 1" } %> <% component.with_tab(href: "#") { "Tab 2" } %> <% component.with_tab(href: "#") { "Tab 3" } %> <% end %>