Sha256: 99897fe48076d7731a65414aa7502147a58804a3d1a03a10961b5ae1be83e87c

Contents?: true

Size: 585 Bytes

Versions: 8

Compression:

Stored size: 585 Bytes

Contents

<%= pb_content_tag(:div,
    aria: object.aria_attributes) do %>

    <div class="progress_pills_status">
      <% object.with_status do |status| %>
        <%= pb_rails("title", props: { text: object.title, tag: "h4", size: 4, dark: object.dark})%>
        <%= pb_rails("body", props: { text: object.value, color: "light", dark:object.dark}) %>
      <% end %>
    </div>

    <div class="progress_pills">
      <% object.each_step do |step| %>
        <span class="pb_progress_pill<%= object.active_step(step) %><%= object.dark_pill %>"></span>
      <% end %>
    </div>

<% end %>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
playbook_ui-13.26.0.pre.alpha.jasoncypretpatch12820 app/pb_kits/playbook/pb_progress_pills/progress_pills.html.erb
playbook_ui-13.26.0.pre.alpha.jasoncypretpatch12816 app/pb_kits/playbook/pb_progress_pills/progress_pills.html.erb
playbook_ui-13.25.0.pre.alpha.PBNTR291Dropdownrailsv22812 app/pb_kits/playbook/pb_progress_pills/progress_pills.html.erb
playbook_ui-13.26.0 app/pb_kits/playbook/pb_progress_pills/progress_pills.html.erb
playbook_ui-13.25.0.pre.alpha.PLAY1249fixTooltipswrappingformelementscausingmisalignment2785 app/pb_kits/playbook/pb_progress_pills/progress_pills.html.erb
playbook_ui-13.25.0.pre.alpha.PLAY1249fixTooltipswrappingformelementscausingmisalignment2783 app/pb_kits/playbook/pb_progress_pills/progress_pills.html.erb
playbook_ui-13.25.0.pre.alpha.PBNTR272Dropdownkitv42769 app/pb_kits/playbook/pb_progress_pills/progress_pills.html.erb
playbook_ui-13.25.0.pre.alpha.barchartfix2766 app/pb_kits/playbook/pb_progress_pills/progress_pills.html.erb