Blocks
Ready-made blocks built with lily components. Open them full-screen, resize the preview, and copy the source into your apps.
A signup form with password strength.
Open in New Tab<script lang="ts">
import SignupForm from '$lib/components/signup-form.svelte';
</script>
<div class="flex min-h-svh w-full items-center justify-center bg-(--bg) p-6 md:p-10">
<div class="w-full max-w-sm">
<SignupForm />
</div>
</div>