Installation
@repo/form is a workspace package. Import it directly in any app:
import { TypedForm } from '@repo/form'
For remote forms, define server actions using form from $app/server:
import { form } from '$app/server'
For field customization, import zaf:
import { zaf } from '@repo/form'