Sha256: edf3acc12fce4403727370c742462596b3ccf40cd01b1a47e63569c115d6122d
Contents?: true
Size: 549 Bytes
Versions: 90
Compression:
Stored size: 549 Bytes
Contents
<% if defined?(@kit_api) && @kit_api.present? %> <div data-action="toggle" data-togglable="prop_example" class="pb--propsTable"> <%= pb_rails("title", props:{text: "Available Props", size:3, margin_bottom:"sm"}) %> <%= pb_rails("card",props:{padding:"none"})do%> <%= pb_rails("list",props: {xpadding:true})do%> <% @kit_api.each_with_index do |(key,value),index| %> <%= pb_rails("list/item") do %> <%= key %> <% end %> <% end %> <% end %> <% end %> </div> <% end %>
Version data entries
90 entries across 90 versions & 1 rubygems