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

Version Path
playbook_ui_docs-14.6.2.pre.alpha.PBNTR666advancedtablefirstcolumn4406 app/pb_kits/playbook/pb_timeline/docs/_timeline_with_children.html.erb
playbook_ui-14.6.2.pre.alpha.PBNTR666advancedtablefirstcolumn4406 app/pb_kits/playbook/pb_timeline/docs/_timeline_with_children.html.erb
playbook_ui_docs-14.7.0.pre.rc.12 app/pb_kits/playbook/pb_timeline/docs/_timeline_with_children.html.erb
playbook_ui-14.7.0.pre.rc.12 app/pb_kits/playbook/pb_timeline/docs/_timeline_with_children.html.erb
playbook_ui_docs-14.6.2.pre.alpha.PLAY15814384 app/pb_kits/playbook/pb_timeline/docs/_timeline_with_children.html.erb
playbook_ui-14.6.2.pre.alpha.PLAY15814384 app/pb_kits/playbook/pb_timeline/docs/_timeline_with_children.html.erb
playbook_ui_docs-14.6.2.pre.alpha.PBNTR633dropdownavailablepropstable4380 app/pb_kits/playbook/pb_timeline/docs/_timeline_with_children.html.erb
playbook_ui-14.6.2.pre.alpha.PBNTR633dropdownavailablepropstable4380 app/pb_kits/playbook/pb_timeline/docs/_timeline_with_children.html.erb
playbook_ui_docs-14.7.0.pre.rc.11 app/pb_kits/playbook/pb_timeline/docs/_timeline_with_children.html.erb
playbook_ui-14.7.0.pre.rc.11 app/pb_kits/playbook/pb_timeline/docs/_timeline_with_children.html.erb