Sha256: d75e8955165e6352b54cc8f4060d65a450f381e77f61fa5dcd03ffc098833b25
Contents?: true
Size: 534 Bytes
Versions: 290
Compression:
Stored size: 534 Bytes
Contents
<%= render(Primer::Alpha::Menu.new) do |component| %> <% component.with_heading(tag: :h2) do %> Heading <% end %> <% component.with_item(selected: true, href: "#url") do %> Item 1 <% end %> <% component.with_item(href: "#url") do %> <%= render(Primer::Beta::Octicon.new("check")) %> With Icon <% end %> <% component.with_item(href: "#url") do %> <%= render(Primer::Beta::Octicon.new("check")) %> With Icon and Counter <%= render(Primer::Beta::Counter.new(count: 25)) %> <% end %> <% end %>
Version data entries
290 entries across 145 versions & 2 rubygems