Sha256: 100120bd205334bd40a19e6f70f087c4c38c6c49727957e5ccf5b6bc93469465
Contents?: true
Size: 355 Bytes
Versions: 285
Compression:
Stored size: 355 Bytes
Contents
<%= render(Primer::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(Primer::ButtonComponent.new) { "Button" } %> <% end %> <% end %>
Version data entries
285 entries across 146 versions & 2 rubygems