Sha256: eed7cee9e3fa7631df4d0a446f188475b39b88dc764e0878e9df3dbd94c530dd
Contents?: true
Size: 1.7 KB
Versions: 2068
Compression:
Stored size: 1.7 KB
Contents
<%= pb_rails("layout", props: {layout: "collection"}) do %> <%= pb_rails("layout/body") do %> <%= pb_rails("card" ) do %> Card content <% end %> <%= pb_rails("card") do %> <%= pb_rails("title", props: { text: "Title 4", tag: "h4", size: 4 }) %> <%= pb_rails("title", props: { text: "Title 3", tag: "h3", size: 3 }) %> <% end %> <%= pb_rails("card" ) do %> <%= pb_rails("user", props: { name: "Anna Black", title: "Remodeling Consultant", orientation: "vertical", align: "center", size: "lg", avatar_url: "https://randomuser.me/api/portraits/women/44.jpg" }) %> <% end %> <%= pb_rails("card" ) do %> <%= pb_rails("title", props: { text: "Title 4", tag: "h4", size: 4 }) %> <%= pb_rails("title", props: { text: "Title 2", tag: "h2", size: 2 }) %> <%= pb_rails("title", props: { text: "Title 1", tag: "h1", size: 1 }) %> <% end %> <%= pb_rails("card" ) do %> Card content <% end %> <%= pb_rails("card") do %> Card content <% end %> <%= pb_rails("user", props: { name: "Anna Black", title: "Remodeling Consultant", orientation: "vertical", align: "center", size: "lg", avatar_url: "https://randomuser.me/api/portraits/women/44.jpg" }) %> <%= pb_rails("card" ) do %> Card content <% end %> <%= pb_rails("card" ) do %> <%= pb_rails("title", props: { text: "Title 4", tag: "h4", size: 4 }) %> <%= pb_rails("title", props: { text: "Title 3", tag: "h3", size: 3 }) %> <%= pb_rails("title", props: { text: "Title 2", tag: "h2", size: 2 }) %> <%= pb_rails("title", props: { text: "Title 1", tag: "h1", size: 1 }) %> <% end %> <% end %> <% end %>
Version data entries
2,068 entries across 2,068 versions & 2 rubygems