Sha256: 74c2d40cdec5f91f3e99c821565356c91a7c1f060c90436ca2d97ca6027fe797

Contents?: true

Size: 863 Bytes

Versions: 7

Compression:

Stored size: 863 Bytes

Contents

<div <%== data_attributes %>>
  <div class="mb-6">
    <div>
      <% if show_breadcrumbs? %>
        <div class="breadcrumbs">
          <%= helpers.render_breadcrumbs(separator: helpers.svg('chevron-right', class: 'inline-block h-3 stroke-current relative top-[-1px] ml-1' )) if Avo.configuration.display_breadcrumbs %>
        </div>
      <% end %>
      <div class="text-2xl tracking-normal font-bold text-gray-800 truncate">
        <%= @title %>
      </div>
    </div>

    <div>
      <div class="flex justify-end space-x-2 mb-6">
        <%= tools %>
      </div>
    </div>
  </div>

  <div class="relative bg-white rounded-xl shadow-xl mb-8 <%= @body_classes %>">
    <%= body %>
  </div>

  <div class="relative mb-8">
    <%= bare_content %>
  </div>

  <div class="flex justify-end w-full">
    <div>
      <%= footer %>
    </div>
  </div>
</div>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
avo-1.4.0.pre.1 app/components/avo/panel_component.html.erb
avo-1.3.5 app/components/avo/panel_component.html.erb
avo-1.3.5.pre.1 app/components/avo/panel_component.html.erb
avo-1.3.4 app/components/avo/panel_component.html.erb
avo-1.3.3 app/components/avo/panel_component.html.erb
avo-1.3.2 app/components/avo/panel_component.html.erb
avo-1.3.1 app/components/avo/panel_component.html.erb