Sha256: 7cdbe52da957b1fcc5dd6f464b1ec285224b48c6d0ca4c73b56d7c8d609b2037

Contents?: true

Size: 808 Bytes

Versions: 16

Compression:

Stored size: 808 Bytes

Contents

<div <%== data_attributes %>>
  <div class="mb-6">
    <div>
      <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>
      <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

16 entries across 16 versions & 1 rubygems

Version Path
avo-1.3.0 app/components/avo/panel_component.html.erb
avo-1.2.11.pre.4 app/components/avo/panel_component.html.erb
avo-1.2.11.pre.3 app/components/avo/panel_component.html.erb
avo-1.2.11.pre.2 app/components/avo/panel_component.html.erb
avo-1.2.11.pre.1 app/components/avo/panel_component.html.erb
avo-1.2.10 app/components/avo/panel_component.html.erb
avo-1.2.9 app/components/avo/panel_component.html.erb
avo-1.2.8 app/components/avo/panel_component.html.erb
avo-1.2.7 app/components/avo/panel_component.html.erb
avo-1.2.6 app/components/avo/panel_component.html.erb
avo-1.2.6.pre.1 app/components/avo/panel_component.html.erb
avo-1.2.5 app/components/avo/panel_component.html.erb
avo-1.2.4 app/components/avo/panel_component.html.erb
avo-1.2.3 app/components/avo/panel_component.html.erb
avo-1.3.0.pre.1 app/components/avo/panel_component.html.erb
avo-1.2.2 app/components/avo/panel_component.html.erb