Actually don't need that, just need some JS that hooks an FSM into Alpine's existing features.

main
Zed A. Shaw 3 months ago
parent 0378b2dca3
commit afe4268f26
  1. 8
      templates/todo.html

@ -20,13 +20,5 @@
}
</style>
<div x-state="state-1" class="disabled">
<h1>State 1</h1>
</div>
<div x-state="state-2">
<h1>State 2</h1>
</div>
{% include "./footer.html" %}

Loading…
Cancel
Save