Sha256: 0d2d83b4d67d8461f057fbd88a051f613b7f75daa28091b88f91500943c80f64

Contents?: true

Size: 715 Bytes

Versions: 1

Compression:

Stored size: 715 Bytes

Contents

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
playbook_ui-13.26.0.pre.alpha.jasoncypretpatch12820 app/pb_kits/playbook/pb_dropdown/dropdown_option.html.erb