Sha256: 2111f1e34bbd4cace02c3c19ebcc5aec243311cf43d9efe1612d5f1d72a7aad0

Contents?: true

Size: 415 Bytes

Versions: 28

Compression:

Stored size: 415 Bytes

Contents

<%= render_component_tag class: "px-2" do %>
  <% if fields.many? %>
    <%= lookbook_render :button, id: "display-options-dropdown-button", icon: :settings, tooltip: "Display options" do |button| %>
      <% button.with_dropdown do %>
        <div class="p-3 space-y-3">
          <%= safe_join(fields) %>
        </div>
      <% end %>
    <% end %>
  <% else %>
    <%= safe_join(fields) %>
  <% end %>
<% end %>

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
lookbook-2.3.4 app/components/lookbook/display_options/editor/component.html.erb
lookbook-2.3.3 app/components/lookbook/display_options/editor/component.html.erb
lookbook-2.3.2 app/components/lookbook/display_options/editor/component.html.erb
lookbook-2.3.0 app/components/lookbook/display_options/editor/component.html.erb
lookbook-2.2.2 app/components/lookbook/display_options/editor/component.html.erb
lookbook-2.2.1 app/components/lookbook/display_options/editor/component.html.erb
lookbook-2.2.0 app/components/lookbook/display_options/editor/component.html.erb
lookbook-2.1.1 app/components/lookbook/display_options/editor/component.html.erb
lookbook-2.1.0 app/components/lookbook/display_options/editor/component.html.erb
lookbook-2.0.5 app/components/lookbook/display_options/editor/component.html.erb
lookbook-2.0.4 app/components/lookbook/display_options/editor/component.html.erb
lookbook-2.0.3 app/components/lookbook/display_options/editor/component.html.erb
lookbook-2.0.2 app/components/lookbook/display_options/editor/component.html.erb
lookbook-2.0.1 app/components/lookbook/display_options/editor/component.html.erb
lookbook-2.0.0 app/components/lookbook/display_options/editor/component.html.erb
lookbook-2.0.0.rc.3 app/components/lookbook/display_options/editor/component.html.erb
lookbook-2.0.0.rc.2 app/components/lookbook/display_options/editor/component.html.erb
lookbook-2.0.0.rc.1 app/components/lookbook/display_options/editor/component.html.erb
lookbook-2.0.0.beta.9 app/components/lookbook/display_options/editor/component.html.erb
lookbook-2.0.0.beta.8 app/components/lookbook/display_options/editor/component.html.erb