Sha256: e64ecf1251ab0556c7f01856636192b4f4846abe5d522407e4e54e197139181f

Contents?: true

Size: 1017 Bytes

Versions: 22

Compression:

Stored size: 1017 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 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 overflow-auto max-h-full">
    <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

22 entries across 22 versions & 1 rubygems

Version Path
avo-3.0.1.beta17 app/components/avo/modal_component.html.erb
avo-3.0.1.beta18 app/components/avo/modal_component.html.erb
avo-3.0.1.beta19 app/components/avo/modal_component.html.erb
avo-3.0.1.beta15 app/components/avo/modal_component.html.erb
avo-3.0.1.beta16 app/components/avo/modal_component.html.erb
avo-3.0.1.beta14 app/components/avo/modal_component.html.erb
avo-3.0.1.beta12 app/components/avo/modal_component.html.erb
avo-3.0.1.beta13 app/components/avo/modal_component.html.erb
avo-3.0.1.beta10 app/components/avo/modal_component.html.erb
avo-3.0.1.beta11 app/components/avo/modal_component.html.erb
avo-3.0.0.pre19 app/components/avo/modal_component.html.erb
avo-3.0.1.beta8 app/components/avo/modal_component.html.erb
avo-3.0.1.beta9 app/components/avo/modal_component.html.erb
avo-3.0.1.beta6 app/components/avo/modal_component.html.erb
avo-3.0.1.beta7 app/components/avo/modal_component.html.erb
avo-3.0.1.beta5 app/components/avo/modal_component.html.erb
avo-3.0.1.beta2 app/components/avo/modal_component.html.erb
avo-3.0.1.beta4 app/components/avo/modal_component.html.erb
avo-3.0.1.beta3 app/components/avo/modal_component.html.erb
avo-3.0.0.beta1 app/components/avo/modal_component.html.erb