Sha256: 9b0a124fa28ca1efe014d73d51ae268ea01c2b85a21ac1b7949a6a8ddc1d41f6
Contents?: true
Size: 520 Bytes
Versions: 42
Compression:
Stored size: 520 Bytes
Contents
<%# erblint:counter DeprecatedComponentsCounter 1 %> <% texts = [ "Breadcrumb Item 1", "Breadcrumb Item 2 with a really long, long, long name", "Breadcrumb Item 3 with an extremely long, long, long name" ] %> <%= render(Primer::Beta::Breadcrumbs.new) do |breadcrumbs| %> <% texts.each_with_index do |text, i| %> <% breadcrumbs.with_item(href: "##{i}") do %> <%= render(Primer::Truncate.new(inline: true, max_width: 135)) { text } %> <% end %> <% end %> <% end %>
Version data entries
42 entries across 42 versions & 2 rubygems