Sha256: 2fb74ace13955da0ff7a6ed489a28fc8dcb099fd1bdcd3ae352208a81d305f50
Contents?: true
Size: 1.37 KB
Versions: 90
Compression:
Stored size: 1.37 KB
Contents
<%= pb_rails("timeline", props: {orientation: "horizontal", show_date: true}) do %> <%= pb_rails("timeline/item", props: { line_style: "solid"}) do |item| %> <% item.label do %> <%= pb_rails("timeline/label") do %> <%= pb_rails("title", props: { text: "Any Kit Here", size: 2 }) %> <% end %> <% end %> <% item.step do %> <%= pb_rails("timeline/step", props: { icon: 'check', icon_color: 'teal' }) %> <% end %> <% item.detail do %> <%= pb_rails("title_detail", props: { title: "Jackson Heights", detail: "37-27 74th Street" }) %> <% end %> <% end %> <%= pb_rails("timeline/item", props: { line_style: "dotted"}) do |item| %> <% item.step do %> <%= pb_rails("timeline/step") do %> <%= pb_rails("pill", props: { text: "Any Kit" , variant: "success" }) %> <% end %> <% end %> <% item.detail do %> <%= pb_rails("title_detail", props: { title: "Greenpoint", detail: "81 Gate St Brooklyn" }) %> <% end %> <% end %> <%= pb_rails("timeline/item", props: {icon: "map-marker-alt", icon_color: "purple", date: Date.today+1 }) do |item| %> <%= pb_rails("title_detail", props: { title: "Society Hill", detail: "72 E St Astoria" }) %> <% end %> <% end %>
Version data entries
90 entries across 90 versions & 2 rubygems