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.8.0.pre.alpha.pbntr661createstickyleftprop4612 app/pb_kits/playbook/pb_timeline/docs/_timeline_with_children.html.erb
playbook_ui-14.8.0.pre.alpha.pbntr661createstickyleftprop4612 app/pb_kits/playbook/pb_timeline/docs/_timeline_with_children.html.erb
playbook_ui_docs-14.8.0.pre.alpha.play1648heightglobalprops4606 app/pb_kits/playbook/pb_timeline/docs/_timeline_with_children.html.erb
playbook_ui-14.8.0.pre.alpha.play1648heightglobalprops4606 app/pb_kits/playbook/pb_timeline/docs/_timeline_with_children.html.erb
playbook_ui_docs-14.9.0.pre.rc.4 app/pb_kits/playbook/pb_timeline/docs/_timeline_with_children.html.erb
playbook_ui-14.9.0.pre.rc.4 app/pb_kits/playbook/pb_timeline/docs/_timeline_with_children.html.erb
playbook_ui_docs-14.9.0.pre.rc.3 app/pb_kits/playbook/pb_timeline/docs/_timeline_with_children.html.erb
playbook_ui-14.9.0.pre.rc.3 app/pb_kits/playbook/pb_timeline/docs/_timeline_with_children.html.erb
playbook_ui_docs-14.9.0.pre.rc.2 app/pb_kits/playbook/pb_timeline/docs/_timeline_with_children.html.erb
playbook_ui-14.9.0.pre.rc.2 app/pb_kits/playbook/pb_timeline/docs/_timeline_with_children.html.erb
playbook_ui_docs-14.8.0.pre.alpha.revert3916revert3893PBNTR667railstypeaheadformintegration4567 app/pb_kits/playbook/pb_timeline/docs/_timeline_with_children.html.erb
playbook_ui-14.8.0.pre.alpha.revert3916revert3893PBNTR667railstypeaheadformintegration4567 app/pb_kits/playbook/pb_timeline/docs/_timeline_with_children.html.erb
playbook_ui_docs-14.8.0.pre.alpha.revert3916revert3893PBNTR667railstypeaheadformintegration4565 app/pb_kits/playbook/pb_timeline/docs/_timeline_with_children.html.erb
playbook_ui-14.8.0.pre.alpha.revert3916revert3893PBNTR667railstypeaheadformintegration4565 app/pb_kits/playbook/pb_timeline/docs/_timeline_with_children.html.erb
playbook_ui_docs-14.8.0.pre.alpha.PLAY1598floatinguiupgrade4563 app/pb_kits/playbook/pb_timeline/docs/_timeline_with_children.html.erb
playbook_ui-14.8.0.pre.alpha.PLAY1598floatinguiupgrade4563 app/pb_kits/playbook/pb_timeline/docs/_timeline_with_children.html.erb
playbook_ui_docs-14.8.0.pre.alpha.play1648heightglobalprops4559 app/pb_kits/playbook/pb_timeline/docs/_timeline_with_children.html.erb
playbook_ui-14.8.0.pre.alpha.play1648heightglobalprops4559 app/pb_kits/playbook/pb_timeline/docs/_timeline_with_children.html.erb
playbook_ui_docs-14.9.0.pre.rc.1 app/pb_kits/playbook/pb_timeline/docs/_timeline_with_children.html.erb
playbook_ui-14.9.0.pre.rc.1 app/pb_kits/playbook/pb_timeline/docs/_timeline_with_children.html.erb