Sha256: 4fa8874a3ff73d3b99c1203035fceeb097ded210caa8f091ddfe5f7ab11c7266

Contents?: true

Size: 458 Bytes

Versions: 1

Compression:

Stored size: 458 Bytes

Contents

<%= pb_content_tag(:div, **combined_html_options) do %>
    <% if object.orientation === 'horizontal' %>
        <% if content %>
            <%= content %>
        <% elsif object.text %>
            <span><%= pb_rails("caption", props: { text: object.text }) %></span>
        <% end %>
    <% end %>
    <% if object.orientation === 'vertical' %>
        <%= pb_rails("flex", props: { orientation: "column"}) do %>
        <% end %>
    <%end%>
<% end %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
playbook_ui-13.24.0.pre.alpha.play1305drycontenttag2689 app/pb_kits/playbook/pb_section_separator/section_separator.html.erb