add basic and htmx examples
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
<li>
|
||||
<form hx-post="/todo" hx-target="closest li" hx-swap="outerHTML">
|
||||
<input type="text" name="name" placeholder="Nueva tarea..." autofocus />
|
||||
</form>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user