Sha256: 4fa5bc72a78a84022b44efa96d7e71d799e946e35fc7571423c45daf4891b905

Contents?: true

Size: 547 Bytes

Versions: 4

Compression:

Stored size: 547 Bytes

Contents

<%= pb_content_tag 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

4 entries across 4 versions & 1 rubygems

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