Skip to content

Instantly share code, notes, and snippets.

@Miserlou
Created February 20, 2023 12:45
Show Gist options
  • 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>
@KingGame0
Copy link

<style type="text/css"></style> KingGame -- Gold99 PGasia

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment