Sha256: ddb398728f6a03e2f990bc8848e69c15997a7723665a446fa110177c38ffad73

Contents?: true

Size: 866 Bytes

Versions: 79

Compression:

Stored size: 866 Bytes

Contents

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

79 entries across 79 versions & 1 rubygems

Version Path
avo-1.19.1.pre.9 app/components/avo/panel_component.html.erb
avo-1.19.1.pre.8 app/components/avo/panel_component.html.erb
avo-1.19.1.pre.7 app/components/avo/panel_component.html.erb
avo-1.19.1.pre.6 app/components/avo/panel_component.html.erb
avo-1.19.1.pre.5 app/components/avo/panel_component.html.erb
avo-1.19.1.pre.4 app/components/avo/panel_component.html.erb
avo-1.19.1.pre.3 app/components/avo/panel_component.html.erb
avo-1.19.1.pre.2 app/components/avo/panel_component.html.erb
avo-1.19.1.pre.1 app/components/avo/panel_component.html.erb
avo-1.19.0 app/components/avo/panel_component.html.erb
avo-1.18.2 app/components/avo/panel_component.html.erb
avo-1.18.2.pre.0 app/components/avo/panel_component.html.erb
avo-1.18.1 app/components/avo/panel_component.html.erb
avo-1.18.0 app/components/avo/panel_component.html.erb
avo-1.18.0.pre.3 app/components/avo/panel_component.html.erb
avo-1.18.0.pre.2 app/components/avo/panel_component.html.erb
avo-1.18.0.pre.1 app/components/avo/panel_component.html.erb
avo-1.17.1 app/components/avo/panel_component.html.erb
avo-1.17.0 app/components/avo/panel_component.html.erb
avo-1.16.4 app/components/avo/panel_component.html.erb