Sha256: 8d7b1a42b29a2651aa81a94ac1896be8f414ba693ab9c3fca873bd0ee9039ca3
Contents?: true
Size: 499 Bytes
Versions: 30
Compression:
Stored size: 499 Bytes
Contents
<turbo-frame id="modal"> <div class="modal max-h-screen py-6" data-controller="modal" data-action="keyup@document->modal#escClose"> <button type="button" class="cursor-default w-full h-full fixed inset-0 bg-gray-700 bg-opacity-25 animate__animated animate__fadeIn animate__faster" tabindex="-1" data-action="modal#close"></button> <div class="modal-window <%= @size %> animate__animated animate__fadeInDown animate__faster"> <%= content %> </div> </div> </turbo-frame>
Version data entries
30 entries across 30 versions & 1 rubygems