<%# locals: (title:, back_path: nil) %> <%= modal do %>
<% if back_path %> <%= link_to back_path, class: "flex w-8 h-8 shrink-0 grow-0 items-center justify-center rounded-lg bg-alpha-black-50 focus:outline-gray-300 focus:outline" do %> <%= lucide_icon("arrow-left", class: "text-gray-500 w-5 h-5") %> <% end %> <% end %> <%= title %>
<%= yield %>
Select <%= lucide_icon("corner-down-left", class: "inline w-3 h-3") %>
Navigate <%= lucide_icon("arrow-up", class: "inline w-3 h-3") %> <%= lucide_icon("arrow-down", class: "inline w-3 h-3") %>
ESC
<% end %>