Sha256: 38a22b5d78331d615f1c280876bd136763b3251a49c90497e4249e641be24853

Contents?: true

Size: 473 Bytes

Versions: 45

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

45 entries across 45 versions & 1 rubygems

Version Path
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
plutonium-0.15.9 app/views/components/panel/panel_component.html.erb
plutonium-0.15.8 app/views/components/panel/panel_component.html.erb
plutonium-0.15.7 app/views/components/panel/panel_component.html.erb
plutonium-0.15.6 app/views/components/panel/panel_component.html.erb
plutonium-0.15.5 app/views/components/panel/panel_component.html.erb
plutonium-0.15.4 app/views/components/panel/panel_component.html.erb
plutonium-0.15.3 app/views/components/panel/panel_component.html.erb
plutonium-0.15.2 app/views/components/panel/panel_component.html.erb
plutonium-0.15.1 app/views/components/panel/panel_component.html.erb
plutonium-0.15.0 app/views/components/panel/panel_component.html.erb
plutonium-0.15.0.pre.rc3 app/views/components/panel/panel_component.html.erb