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

Version Path
lookbook-2.0.2 app/components/lookbook/params/editor/component.html.erb
lookbook-2.0.1 app/components/lookbook/params/editor/component.html.erb
lookbook-2.0.0 app/components/lookbook/params/editor/component.html.erb
lookbook-2.0.0.rc.3 app/components/lookbook/params/editor/component.html.erb
lookbook-1.5.5 app/components/lookbook/params/editor/component.html.erb
lookbook-1.5.4 app/components/lookbook/params/editor/component.html.erb
lookbook-2.0.0.rc.2 app/components/lookbook/params/editor/component.html.erb
lookbook-2.0.0.rc.1 app/components/lookbook/params/editor/component.html.erb
lookbook-2.0.0.beta.9 app/components/lookbook/params/editor/component.html.erb
lookbook-2.0.0.beta.8 app/components/lookbook/params/editor/component.html.erb
lookbook-2.0.0.beta.7 app/components/lookbook/params/editor/component.html.erb
lookbook-2.0.0.beta.6 app/components/lookbook/params/editor/component.html.erb
lookbook-2.0.0.beta.5 app/components/lookbook/params/editor/component.html.erb
lookbook-2.0.0.beta.4 app/components/lookbook/params/editor/component.html.erb
lookbook-2.0.0.beta.3 app/components/lookbook/params/editor/component.html.erb
lookbook-2.0.0.beta.2 app/components/lookbook/params/editor/component.html.erb
lookbook-1.5.3 app/components/lookbook/params/editor/component.html.erb
lookbook-2.0.0.beta.1 app/components/lookbook/params/editor/component.html.erb
lookbook-1.5.2 app/components/lookbook/params/editor/component.html.erb
lookbook-2.0.0.beta.0 app/components/lookbook/params/editor/component.html.erb