Sha256: b0efad64c145a2e8e642fc49d1f8de463199137a4e20754614be5fc566d94d72

Contents?: true

Size: 640 Bytes

Versions: 12

Compression:

Stored size: 640 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" x-bind: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

12 entries across 12 versions & 1 rubygems

Version Path
lookbook-2.3.4 app/components/lookbook/params/editor/component.html.erb
lookbook-2.3.3 app/components/lookbook/params/editor/component.html.erb
lookbook-2.3.2 app/components/lookbook/params/editor/component.html.erb
lookbook-2.3.0 app/components/lookbook/params/editor/component.html.erb
lookbook-2.2.2 app/components/lookbook/params/editor/component.html.erb
lookbook-2.2.1 app/components/lookbook/params/editor/component.html.erb
lookbook-2.2.0 app/components/lookbook/params/editor/component.html.erb
lookbook-2.1.1 app/components/lookbook/params/editor/component.html.erb
lookbook-2.1.0 app/components/lookbook/params/editor/component.html.erb
lookbook-2.0.5 app/components/lookbook/params/editor/component.html.erb
lookbook-2.0.4 app/components/lookbook/params/editor/component.html.erb
lookbook-2.0.3 app/components/lookbook/params/editor/component.html.erb