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

7 lines
214 B
Plaintext

<section data-slhx-root="wizard">
<form data-slhx-handle="next_step" data-slhx-form="wizard_input">
<div data-slhx-slot="wizard_step">Step 1</div>
<button type="submit">Next</button>
</form>
</section>