Sha256: f3b7086cedddee831bdb5d7d7101e0f14a00e9888d1e2efc5c19a655c28fef2b
Contents?: true
Size: 467 Bytes
Versions: 151
Compression:
Stored size: 467 Bytes
Contents
<%= content_tag(:div, aria: object.aria, id: object.id, data: object.data, class: object.classname) do %> <% if object.orientation === 'horizontal' %> <% if 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
151 entries across 151 versions & 1 rubygems