Sha256: 13d43d9c711e2f2b94bf66faaf4c3ec9bddd0c11d4fd7712e5b906365cef077c

Contents?: true

Size: 961 Bytes

Versions: 168

Compression:

Stored size: 961 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>
      <div class="flex justify-end items-baseline space-x-4 p-4 bg-gray-100">
        <%= controls %>
      </div>
    </div>
  </div>
</div>

Version data entries

168 entries across 168 versions & 1 rubygems

Version Path
avo-2.37.1 app/components/avo/modal_component.html.erb
avo-2.37.0 app/components/avo/modal_component.html.erb
avo-2.36.3 app/components/avo/modal_component.html.erb
avo-2.36.2 app/components/avo/modal_component.html.erb
avo-2.36.1 app/components/avo/modal_component.html.erb
avo-2.36.0 app/components/avo/modal_component.html.erb
avo-2.35.0 app/components/avo/modal_component.html.erb
avo-2.34.7.pre.1 app/components/avo/modal_component.html.erb
avo-2.34.6 app/components/avo/modal_component.html.erb
avo-2.34.5 app/components/avo/modal_component.html.erb
avo-2.34.4 app/components/avo/modal_component.html.erb
avo-2.34.4.pre.1 app/components/avo/modal_component.html.erb
avo-2.34.3 app/components/avo/modal_component.html.erb
avo-2.34.2 app/components/avo/modal_component.html.erb
avo-2.34.1 app/components/avo/modal_component.html.erb
avo-2.34.0 app/components/avo/modal_component.html.erb
avo-2.33.3 app/components/avo/modal_component.html.erb
avo-2.33.3.pre.2 app/components/avo/modal_component.html.erb
avo-2.33.3.pre.1 app/components/avo/modal_component.html.erb
avo-2.33.2 app/components/avo/modal_component.html.erb