chronoscope/lib/chronoscope_web/live/index_live.html.heex

7 lines
133 B
Plaintext
Raw Normal View History

2024-05-28 18:27:02 -04:00
<div>
Live!
<br />
Current temperature: <%= @temperature %>°F
<button phx-click="inc_temperature">+</button>
</div>