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.
 
 
 
 
 

8 lines
194 B

<%# locals: (id:, title:) %>
<dialog id="<%= id %>" class="modal">
<div class="modal-box bg-base-200">
<h3 class="text-lg font-bold"><%= title %></h3>
<%= yield %>
</div>
</dialog>