mirror of
https://github.com/docusealco/docuseal.git
synced 2026-06-23 04:10:11 +00:00
12 lines
289 B
Plaintext
12 lines
289 B
Plaintext
<turbo-frame id="modal">
|
|
<turbo-modal class="left-52 absolute top-0 z-50 bg-white h-[100vh] w-full">
|
|
<div>
|
|
Modal window Title
|
|
<a href="#" data-action="click:turbo-modal#close">×</a>
|
|
</div>
|
|
<div>
|
|
<%= yield %>
|
|
</div>
|
|
</turbo-modal>
|
|
</turbo-frame>
|