Sha256: 4ace80edad733fdf1e4c4a8dbd162c2c8f6af6420462dce712130141c03a48cc

Contents?: true

Size: 775 Bytes

Versions: 615

Compression:

Stored size: 775 Bytes

Contents

<%= content_tag(:li,
  id: object.id,
  data: object.data,
  class: object.classname,
  **combined_html_options) do %>
  <div class="box" style="max-width: min-content;" id="<%= object.tooltip_trigger_class %>">
    <div class="circle">
      <%= pb_rails("icon", props: { icon: object.icon, size: "xs" }) if object.icon.present? %>
    </div>
    <% if object.tooltip.present? %>
      <div>
        <%= pb_rails("tooltip", props: {
          trigger_element_selector: "##{object.tooltip_trigger_class}",
          tooltip_id: "example-tooltip",
          position: object.step_tooltip_position
        }) do %>
            <%= object.tooltip %>
      <% end %>
      </div>
    <% end %>
    <div class="content">
      <%= content.presence %>
    <div>
  </div>
<% end %>

Version data entries

615 entries across 615 versions & 1 rubygems

Version Path
playbook_ui-14.14.0.pre.rc.4 app/pb_kits/playbook/pb_progress_step/progress_step_item.html.erb
playbook_ui-14.13.0.pre.alpha.play1900progresspillwidth6122 app/pb_kits/playbook/pb_progress_step/progress_step_item.html.erb
playbook_ui-14.13.0.pre.alpha.pbntr799collapsiblerowswithcustomclick6117 app/pb_kits/playbook/pb_progress_step/progress_step_item.html.erb
playbook_ui-14.13.0.pre.alpha.PLAY1873rails86115 app/pb_kits/playbook/pb_progress_step/progress_step_item.html.erb
playbook_ui-14.14.0.pre.rc.3 app/pb_kits/playbook/pb_progress_step/progress_step_item.html.erb
playbook_ui-14.13.0.pre.alpha.PLAY1873rails86087 app/pb_kits/playbook/pb_progress_step/progress_step_item.html.erb
playbook_ui-14.13.0.pre.alpha.PBNTR5596084 app/pb_kits/playbook/pb_progress_step/progress_step_item.html.erb
playbook_ui-14.13.0.pre.alpha.play1851checkboxreacthook6083 app/pb_kits/playbook/pb_progress_step/progress_step_item.html.erb
playbook_ui-14.14.0.pre.rc.2 app/pb_kits/playbook/pb_progress_step/progress_step_item.html.erb
playbook_ui-14.14.0.pre.rc.1 app/pb_kits/playbook/pb_progress_step/progress_step_item.html.erb
playbook_ui-14.13.0.pre.alpha.play1753updatepbcontenttags6065 app/pb_kits/playbook/pb_progress_step/progress_step_item.html.erb
playbook_ui-14.13.0.pre.alpha.play1884progresspill6064 app/pb_kits/playbook/pb_progress_step/progress_step_item.html.erb
playbook_ui-14.13.0.pre.alpha.play1753updatepbcontenttags6060 app/pb_kits/playbook/pb_progress_step/progress_step_item.html.erb
playbook_ui-14.13.0.pre.alpha.PBNTR5596029 app/pb_kits/playbook/pb_progress_step/progress_step_item.html.erb
playbook_ui-14.13.0.pre.alpha.play1834depupdatesass6024 app/pb_kits/playbook/pb_progress_step/progress_step_item.html.erb
playbook_ui-14.14.0.pre.rc.0 app/pb_kits/playbook/pb_progress_step/progress_step_item.html.erb
playbook_ui-14.13.0 app/pb_kits/playbook/pb_progress_step/progress_step_item.html.erb
playbook_ui-14.12.0.pre.alpha.PLAY1888initializeOncereactdatepickerslowdown5956 app/pb_kits/playbook/pb_progress_step/progress_step_item.html.erb
playbook_ui-14.13.0.pre.rc.10 app/pb_kits/playbook/pb_progress_step/progress_step_item.html.erb
playbook_ui-14.13.0.pre.rc.9 app/pb_kits/playbook/pb_progress_step/progress_step_item.html.erb