Phoenix.LiveView.Helpers.live_flash

You're seeing just the function live_flash, go back to Phoenix.LiveView.Helpers module for more information.

Returns the flash message from the LiveView flash assign.

Examples

<p class="alert alert-info"><%= live_flash(@flash, :info) %></p>
<p class="alert alert-danger"><%= live_flash(@flash, :error) %></p>