Skip to content

Instantly share code, notes, and snippets.

@Miserlou
Created February 20, 2023 12:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Miserlou/a2a2415ff86a662a6c69648fb8c1a667 to your computer and use it in GitHub Desktop.
Save Miserlou/a2a2415ff86a662a6c69648fb8c1a667 to your computer and use it in GitHub Desktop.
Heex Example
<h1>The light is <%= @bulb_status %>.</h1>
<button phx-click="on" disabled={!@bulb_on} >On</button>
<button phx-click="off" disabled={@bulb_on}>Off</button>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment