Sha256: 38a22b5d78331d615f1c280876bd136763b3251a49c90497e4249e641be24853

Contents?: true

Size: 473 Bytes

Versions: 56

Compression:

Stored size: 473 Bytes

Contents

<%= render_component :block, rounded: :all do %>
  <div <%= attributes_html %>>
    <div class="flex justify-between items-center mb-4">
      <% if title.present? %>
        <h5 class="text-2xl font-bold tracking-tight text-gray-900 dark:text-white">
          <%= title %>
        </h5>
      <% end %>
      <div class="flex">
        <% actions.each do |action| %>
          <%= action %>
        <% end %>
      </div>
    </div>
    <%= content %>
  </div>
<% end %>

Version data entries

56 entries across 56 versions & 1 rubygems

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