Current section
Files
Jump to
Current section
Files
priv/templates/lit.install/live.html.leex
<main role="main" class="container max-w-6xl px-4 mx-auto mb-8">
<p id="alert-success" class="text-white bg-green-700 alert toast" role="alert"
phx-click="lv:clear-flash"
phx-hook="InitToast"
phx-value-key="info"><%%= live_flash(@flash, :info) %></p>
<p id="alert-error" class="text-white bg-red-700 alert toast" role="alert"
phx-click="lv:clear-flash"
phx-hook="InitToast"
phx-value-key="error"><%%= live_flash(@flash, :error) %></p>
<%%= @inner_content %>
</main>
<%%= if assigns[:live_action] in [:new, :edit] do %>
<div class="fixed top-0 bottom-0 left-0 right-0 z-40 bg-gray-700 opacity-75"></div>
<%% end %>