<%# locals: (title:, content:, subtitle: nil) %> <%= modal do %>

<%= title %>

<%= lucide_icon("x", class: "cursor-pointer w-5 h-5 text-gray-500", data: { action: "click->modal#close" }) %>
<% if subtitle.present? %> <%= tag.p subtitle, class: "text-gray-500 font-light" %> <% end %>
<%= content %>
<% end %>