Sha256: f58edb420d3e04cee29ed4bb9b87b992b0fb37f897167cef8c22a8326fe0d197
Contents?: true
Size: 1.3 KB
Versions: 1
Compression:
Stored size: 1.3 KB
Contents
<div <%== data_attributes %>> <% if render_header? %> <div class="bg-white rounded shadow p-4 flex-1 flex flex-col xl:flex-row justify-between mb-6"> <div class="overflow-hidden mr-4"> <% if display_breadcrumbs? %> <div class="breadcrumbs truncate mb-2"> <%= 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-semibold text-gray-800 truncate" data-target="title"> <%= @title %> </div> <% if description.present? %> <div class="text-base tracking-normal font-medium text-gray-600 truncate" data-target="description"> <%== description %> </div> <% end %> </div> <div class="flex-1 w-full flex flex-col sm:flex-row xl:justify-end sm:items-end space-y-2 sm:space-y-0 sm:space-x-2 mt-4 xl:mt-0"> <%= tools %> </div> </div> <% end %> <div class="relative bg-white rounded shadow <%= @body_classes %>"> <%= body %> </div> <div class="relative"> <%= bare_content %> </div> <div class="flex justify-end w-full"> <div> <%= footer %> </div> </div> </div>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
avo-2.0.0 | app/components/avo/panel_component.html.erb |