Sha256: df667330718eb35d2cf068ee104a1efd1f75c072fc8bbc9538edde2a5f306546

Contents?: true

Size: 891 Bytes

Versions: 147

Compression:

Stored size: 891 Bytes

Contents

<div class="modal-container fixed inset-0 w-full min-h-screen z-50 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-xl overflow-hidden inset-auto w-11/12 md:3/4 lg:w-1/2 sm:max-w-168 min-h-1/3 bg-white flex z-50 relative">
    <div class="flex-1 flex flex-col justify-between">
      <div class="p-4 my-4 text-lg tracking-wide font-bold text-center text-gray-700">
        <%= heading %>
      </div>
      <div>
        <%= content %>
      </div>
      <div class="flex justify-end items-baseline space-x-4 p-4 bg-gray-200">
        <%= controls %>
      </div>
    </div>
  </div>
</div>

Version data entries

147 entries across 147 versions & 1 rubygems

Version Path
avo-1.25.2 app/components/avo/modal_component.html.erb
avo-1.25.1 app/components/avo/modal_component.html.erb
avo-1.25.0 app/components/avo/modal_component.html.erb
avo-1.24.2 app/components/avo/modal_component.html.erb
avo-1.24.1 app/components/avo/modal_component.html.erb
avo-1.24.0 app/components/avo/modal_component.html.erb
avo-1.23.0 app/components/avo/modal_component.html.erb
avo-1.22.4 app/components/avo/modal_component.html.erb
avo-1.22.3 app/components/avo/modal_component.html.erb
avo-1.22.2 app/components/avo/modal_component.html.erb
avo-1.22.1 app/components/avo/modal_component.html.erb
avo-1.22.1.pre.2 app/components/avo/modal_component.html.erb
avo-1.22.1.pre.1 app/components/avo/modal_component.html.erb
avo-1.22.0 app/components/avo/modal_component.html.erb
avo-1.22.0.pre.1 app/components/avo/modal_component.html.erb
avo-1.21.1.pre.1 app/components/avo/modal_component.html.erb
avo-1.21.0 app/components/avo/modal_component.html.erb
avo-1.20.2.pre.2 app/components/avo/modal_component.html.erb
avo-1.20.2.pre.1 app/components/avo/modal_component.html.erb
avo-1.21.0.pre.1 app/components/avo/modal_component.html.erb