Sha256: c5de15258de5755ff15fcb42b1c81dec4749873ce638c906a58559e8c8340cab
Contents?: true
Size: 350 Bytes
Versions: 14
Compression:
Stored size: 350 Bytes
Contents
<%= pb_rails("nav", props: {title: "Title Example", link: "#"}) do %> <%= pb_rails("nav/item", props: { link: "#", active: true }) do%>Active Nav Item using block<% end %> <%= pb_rails("nav/item", props: { link: "#" }) do%>Nav Item using block<% end %> <%= pb_rails("nav/item", props: { link: "#" }) do%>Nav Item using block<% end %> <% end %>
Version data entries
14 entries across 14 versions & 1 rubygems