superforms-web
superforms-web copied to clipboard
Formsnap version 2, uses snippets
from https://www.formsnap.dev/docs/v2-migration-guide
Before (v1)
<Control let:attrs>
<input type="text" {...attrs} bind:value={$formData.name} />
</Control>
After (v2)
<Control>
{#snippet children({ props })}
<input type="text" {...props} bind:value={$formData.name} />
{/snippet}
</Control>
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| superforms-web | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Mar 7, 2025 4:24am |
| superforms-web-legacy | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Mar 7, 2025 4:24am |
| superforms-web-v1 | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Mar 7, 2025 4:24am |