Sha256: 389aa852db9e17b46d99819c4cb2b8e0a58fe136d1789d01f97c959254ec24e9

Contents?: true

Size: 1008 Bytes

Versions: 17

Compression:

Stored size: 1008 Bytes

Contents

<div class="modal-container fixed inset-0 w-full min-h-screen z-[100] flex justify-center items-center"
  data-controller="modal"
  data-modal-target="modal"
>
  <div aria-expanded="true" class="modal-overlay absolute w-full h-full bg-opacity-25 bg-gray-800 flex justify-center items-center" data-action="click->modal#close"></div>
  <div aria-expanded="true" role="dialog" aria-modal="true" class="modal-body rounded-lg overflow-hidden inset-auto w-11/12 lg:w-1/2 sm:max-w-168 min-h-1/4 bg-white flex z-50 relative shadow-modal">
    <div class="flex-1 flex flex-col justify-between">
      <div>
        <div class="p-6 text-2xl tracking-normal font-semibold text-black">
          <%= heading %>
        </div>
        <div class="px-6 text-base text-gray-500">
          <%= content %>
        </div>
      </div>
      <% if controls? %>
        <div class="flex justify-end items-baseline space-x-4 p-4 bg-gray-100">
          <%= controls %>
        </div>
      <% end %>
    </div>
  </div>
</div>

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
avo-3.0.0.pre17 app/components/avo/modal_component.html.erb
avo-3.0.0.pre14 app/components/avo/modal_component.html.erb
avo-3.0.0.pre16 app/components/avo/modal_component.html.erb
avo-3.0.0.pre15 app/components/avo/modal_component.html.erb
avo-3.0.0.pre13 app/components/avo/modal_component.html.erb
avo-3.0.0.pre12 app/components/avo/modal_component.html.erb
avo-3.0.0.pre10 app/components/avo/modal_component.html.erb
avo-3.0.0.pre11 app/components/avo/modal_component.html.erb
avo-3.0.0.pre8 app/components/avo/modal_component.html.erb
avo-3.0.0.pre9 app/components/avo/modal_component.html.erb
avo-3.0.0.pre7 app/components/avo/modal_component.html.erb
avo-3.0.0.pre5 app/components/avo/modal_component.html.erb
avo-3.0.0.pre6 app/components/avo/modal_component.html.erb
avo-3.0.0.pre4 app/components/avo/modal_component.html.erb
avo-3.0.0.pre3 app/components/avo/modal_component.html.erb
avo-3.0.0.pre2 app/components/avo/modal_component.html.erb
avo-3.0.0.pre1 app/components/avo/modal_component.html.erb