Sha256: 53b7e2adf0c23f804fd85236ef47ffdef1480d331fa58f7c7d696d82f202a500

Contents?: true

Size: 597 Bytes

Versions: 2

Compression:

Stored size: 597 Bytes

Contents

<%= pb_content_tag(:div, style: object.container_style) do %>
    <%= pb_rails("list", props: {ordered: false, borderless: false}) do %>
            <% if content.present? %> 
                <%= content.presence %>
            <% else %> 
                <%= pb_rails("list/item", props: {
                    display: "flex", 
                    justify_content: "center", 
                    padding:"xs", 
                    }) do %> 
                        <%= pb_rails("body", props: {text: "No option"}) %>
                <% end %>
            <% end %>
    <% end %>        
<% end %>

Version data entries

2 entries across 2 versions & 1 rubygems

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