Sha256: 8d81b6315a9c9b38d0b9af6f53a77bef7a906bd17014261020ae27343e4ba901
Contents?: true
Size: 524 Bytes
Versions: 226
Compression:
Stored size: 524 Bytes
Contents
<%= content_tag(:div, aria: object.aria, id: object.id, data: object.data, class: object.classname) 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
226 entries across 226 versions & 1 rubygems