You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
docuseal/app/views/shared/_turbo_modal.html.erb

12 lines
289 B

<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">&times;</a>
</div>
<div>
<%= yield %>
</div>
</turbo-modal>
</turbo-frame>