Sha256: b790cb5e258b636e7fa9ce88c2bf6690a942db495902dec834895a90f395df55

Contents?: true

Size: 618 Bytes

Versions: 6

Compression:

Stored size: 618 Bytes

Contents

<%= render_component_tag class: "p-4 overflow-hidden" do %>
  <div class="bg-white 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

6 entries across 6 versions & 1 rubygems

Version Path
lookbook-1.3.1 app/components/lookbook/params/editor/component.html.erb
lookbook-1.3.0 app/components/lookbook/params/editor/component.html.erb
lookbook-1.2.1 app/components/lookbook/params/editor/component.html.erb
lookbook-1.2.0 app/components/lookbook/params/editor/component.html.erb
lookbook-1.1.1 app/components/lookbook/params/editor/component.html.erb
lookbook-1.1.0 app/components/lookbook/params/editor/component.html.erb