<%= render(Yattho::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(Yattho::Beta::Octicon.new("check")) %> With Icon <% end %> <% component.with_item(href: "#url") do %> <%= render(Yattho::Beta::Octicon.new("check")) %> With Icon and Counter <%= render(Yattho::Beta::Counter.new(count: 25)) %> <% end %> <% end %>