Sha256: 175f941c0edbe918d424fa2242c78e17fde2f865f45369aa24dab7db76fd492f
Contents?: true
Size: 634 Bytes
Versions: 30
Compression:
Stored size: 634 Bytes
Contents
<%= render_component_tag class: "overflow-hidden" do %> <div class="bg-lookbook-params-editor-bg border border-lookbook-divider rounded-md overflow-x-auto"> <table class="border-collapse w-full" :class="narrow && 'linear'"> <thead> <tr> <th class="param-label">Param</th> <th class="param-description">Description</th> <th class="param-input">Input</th> </tr> </thead> <tbody> <%= safe_join(fields.compact) %> </tbody> </table> </div> <% end %> <% if param_styles %> <% content_for :user_styles do %><%= param_styles %> <% end %> <% end %>
Version data entries
30 entries across 30 versions & 1 rubygems