Skip to content

Instantly share code, notes, and snippets.

@mavuio
Last active November 9, 2022 20:27
Show Gist options
  • Save mavuio/20784761950df5a07583106d8dd42b07 to your computer and use it in GitHub Desktop.
Save mavuio/20784761950df5a07583106d8dd42b07 to your computer and use it in GitHub Desktop.
mybutton #elixir-heex
<.mybutton
phx-click={@phx_click}
phx-target={@phx_target}
phx-value-type="add"
>
<.tw_icon icon={&Heroicons.Solid.plus_circle/1} class="w-5 h-5 mr-1" />
add tags
</.mybutton>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment