Sha256: 62a3a40675050fc70594a58c33b03f6f117469eedd3d5ee8da2be4f69a526866
Contents?: true
Size: 468 Bytes
Versions: 133
Compression:
Stored size: 468 Bytes
Contents
<% if defined?(@kit_api) && @kit_api.present? %> <div data-action="toggle" data-togglable="prop_example" class="pb--propsTable"> <table class="pb--propsTable--table"> <thead> <tr> <th>Available Props</th> </tr> </thead> <tbody> <% @kit_api.each_with_index do |(key,value),index| %> <tr> <td><%= key %></td> </tr> <% end %> </tbody> </table> </div> <% end %>
Version data entries
133 entries across 133 versions & 1 rubygems