Sha256: c70f82762e49a5921147e7b1db88e909518b8b77f857357a051d97d0cd93cb12

Contents?: true

Size: 1.02 KB

Versions: 56

Compression:

Stored size: 1.02 KB

Contents

<div <%= attributes_html %>>
  <%= render_component :panel, title: do |panel| %>
    <% panel.with_action do %>
      <button title="Back" class="mr-2 text-gray-600 dark:text-gray-300" style="display:none" data-frame-navigator-target="backButton">
        <%= render_icon "outline/chevron-left", size: :xl %>
      </button>
    <% end %>

    <% panel.with_action do %>
      <button title="Home" class="mr-2 text-gray-600 dark:text-gray-300" style="display:none" data-frame-navigator-target="homeButton">
        <%= render_icon "outline/home", size: :xl %>
      </button>
    <% end %>

    <% panel.with_action do %>
      <button title="Refresh" data-frame-navigator-target="refreshButton" style="display:none" class="text-gray-600 dark:text-gray-300">
        <%= render_icon "outline/refresh", size: :xl %>
      </button>
    <% end %>

    <%= render_component :dyna_frame_host, loading: :lazy, data: { "frame-navigator-target": "frame" }, src: do %>
      <%= render_component :skeleton__table %>
    <% end %>
  <% end %>
</div>

Version data entries

56 entries across 56 versions & 1 rubygems

Version Path
plutonium-0.16.5 app/views/components/has_many_panel/has_many_panel_component.html.erb
plutonium-0.16.4 app/views/components/has_many_panel/has_many_panel_component.html.erb
plutonium-0.16.3 app/views/components/has_many_panel/has_many_panel_component.html.erb
plutonium-0.16.1 app/views/components/has_many_panel/has_many_panel_component.html.erb
plutonium-0.16.0 app/views/components/has_many_panel/has_many_panel_component.html.erb
plutonium-0.15.24 app/views/components/has_many_panel/has_many_panel_component.html.erb
plutonium-0.15.23 app/views/components/has_many_panel/has_many_panel_component.html.erb
plutonium-0.15.22 app/views/components/has_many_panel/has_many_panel_component.html.erb
plutonium-0.15.21 app/views/components/has_many_panel/has_many_panel_component.html.erb
plutonium-0.15.20 app/views/components/has_many_panel/has_many_panel_component.html.erb
plutonium-0.15.19 app/views/components/has_many_panel/has_many_panel_component.html.erb
plutonium-0.15.18 app/views/components/has_many_panel/has_many_panel_component.html.erb
plutonium-0.15.17 app/views/components/has_many_panel/has_many_panel_component.html.erb
plutonium-0.15.16 app/views/components/has_many_panel/has_many_panel_component.html.erb
plutonium-0.15.15 app/views/components/has_many_panel/has_many_panel_component.html.erb
plutonium-0.15.14 app/views/components/has_many_panel/has_many_panel_component.html.erb
plutonium-0.15.13 app/views/components/has_many_panel/has_many_panel_component.html.erb
plutonium-0.15.12 app/views/components/has_many_panel/has_many_panel_component.html.erb
plutonium-0.15.11 app/views/components/has_many_panel/has_many_panel_component.html.erb
plutonium-0.15.10 app/views/components/has_many_panel/has_many_panel_component.html.erb