Sha256: 4d2efcefa64bc1a9a47b10e057c8e846255b042bd615d79a6e6a3d99d070c397

Contents?: true

Size: 505 Bytes

Versions: 2

Compression:

Stored size: 505 Bytes

Contents

<%= pb_content_tag do %>
    <%= pb_rails("list/item", props: {
        display: "flex",
        justify_content: "center",
        padding:"none",
        cursor: "pointer"
        }) do %>
            <div class="dropdown_option_wrapper">
                <% if content.present? %>
                    <%= content.presence %>
                <% else %>
                    <%= pb_rails("body", props: {text: object.option[:label]}) %>
                <% end %>
            </div>
    <% end %>
<% end %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
playbook_ui-14.11.1.pre.alpha.PLAY1750pbcontenttagkitbutton5339 app/pb_kits/playbook/pb_dropdown/dropdown_option.html.erb
playbook_ui-14.10.0.pre.alpha.PLAY1750pbcontenttagkitbutton5308 app/pb_kits/playbook/pb_dropdown/dropdown_option.html.erb