Pick a color mode
Pick a theme
Renders a button.
<.button>Send!</.button> <.button phx-click="go" class="ml-2">Send!</.button>
<.button type="button" class="bg-emerald-400 hover:bg-emerald-500 text-emerald-800"> Click me! </.button>
<.button disabled type="button"> Click me! </.button>