Current section

Files

Jump to
exq_ui lib exq_ui_web templates layout live.html.heex
Raw

lib/exq_ui_web/templates/layout/live.html.heex

<%= live_component ExqUIWeb.NavBarComponent %>
<main role="main" class="container">
<p style="display:none" class="invisible alert alert-info" role="alert"
phx-click="lv:clear-flash"
phx-value-key="info"><%= live_flash(@flash, :info) %></p>
<p style="display:none" class="alert alert-danger" role="alert"
phx-click="lv:clear-flash"
phx-value-key="error"><%= live_flash(@flash, :error) %></p>
<%= @inner_content %>
</main>