Sha256: bfdd0e625ffe49c173237db893d7b1546edbc05ca259d55d77df3f39694eb5f8
Contents?: true
Size: 354 Bytes
Versions: 4
Compression:
Stored size: 354 Bytes
Contents
<%= render(Yattho::Alpha::UnderlineNav.new(label: label, tag: tag, align: align)) do |component| %> <% Array.new(number_of_panels || 3) do |i| %> <% component.with_tab(href: "#", selected: i.zero?) { "Item #{i + 1}" } %> <% end %> <% component.with_actions do %> <%= render(Yattho::ButtonComponent.new) { "Button" } %> <% end %> <% end %>
Version data entries
4 entries across 2 versions & 1 rubygems