phoenix icon indicating copy to clipboard operation
phoenix copied to clipboard

Add flash function component to mix phx.new generator.

Open paulo-silva opened this issue 2 years ago • 7 comments

The idea is to have a function component to flash messages, so when no messages are present, we avoid printing an empty <p> tag.

<!-- input -->
<.flash type="info" message="User created." />

<!-- output -->
<p class="alert alert-info" role="alert">User created.</p>

paulo-silva avatar Jan 23 '22 18:01 paulo-silva