Build v0 example and SSE slices

This commit is contained in:
slhx agent
2026-05-10 22:26:54 +02:00
parent f33b306ec0
commit 3e0ed95490
13 changed files with 464 additions and 39 deletions
+8
View File
@@ -0,0 +1,8 @@
<section data-slhx-root="auth">
<form data-slhx-handle="login" data-slhx-form="credentials">
<input name="email" type="email" autocomplete="username">
<input name="password" type="password" autocomplete="current-password">
<button type="submit">Sign in</button>
</form>
<p data-slhx-slot="login_status">Signed out</p>
</section>