Renders a submit button (type="submit"), ie, the HTML default.
type="submit"
Use this when you want your button to submit a form.
The default style is primary.
primary
<.form for={@form} phx-submit="save"> <.submit> Go! </.submit> </.form>
Renders a primary button
Renders a secondary button
Makes a button compact. Only works with ghost.
Renders a ghost button
Renders a submit button visually styled as an inline anchor (<.a>).
<.a>
Renders a danger button
The HTML type attribute. Do not use.
[Multiple values]