Created
February 20, 2023 12:45
-
-
Save Miserlou/a2a2415ff86a662a6c69648fb8c1a667 to your computer and use it in GitHub Desktop.
Heex Example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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
commented
May 14, 2024
<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