Sha256: 11dda3d90d172edea8bbcec2c3b25d72c95239467c34a59e01effc1d33eb1da6
Contents?: true
Size: 553 Bytes
Versions: 24
Compression:
Stored size: 553 Bytes
Contents
<%= content_tag(:div, aria: object.aria, id: object.id, data: object.data, class: object.classname, **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
24 entries across 24 versions & 1 rubygems