Sha256: 93f1feeded3ea4cf6b9cc3b61ceca277fa05aac8df39b53b5a7191f12e952f98

Contents?: true

Size: 293 Bytes

Versions: 1

Compression:

Stored size: 293 Bytes

Contents

<%= render_component :block, rounded: :all do %>
  <div <%= render_component_attributes %>>
    <% if title.present? %>
      <h5 class="mb-2 text-2xl font-bold tracking-tight text-gray-900 dark:text-white">
        <%= title %>
      </h5>
    <% end %>
    <%= content %>
  </div>
<% end %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
plutonium-0.8.0 app/views/components/panel/panel_component.html.erb