Files
hemx/examples/v0/templates/counter.heml
T
2026-05-10 22:26:54 +02:00

5 lines
162 B
Plaintext

<section data-slhx-root="counter">
<output data-slhx-slot="counter_value">0</output>
<button type="button" data-slhx-handle="increment">+</button>
</section>