Renders flash notices.
<.flash kind={:info} flash={@flash} /> <.flash kind={:info} phx-mounted={show("#flash")}>Welcome Back!</.flash>
This flash will disappear in 5 seconds.
This flash will disappear in 3 minutes.
GroupCollect Ops will be undergoing a site maintenance between 00/00/00 and 00/00/00 from 0:00am to 0:00pm EST.
the unique id of the flash container
the map of flash messages to display
used for styling and flash lookup
the arbitrary HTML attributes to add to the flash container
the optional inner block that renders the flash message