feat(forms): experimental helpers for validating form state with valibot or zod #20

Merged
torstein merged 8 commits from feat/forms-valibot-validation into main 2026-04-27 12:54:25 +00:00
Owner

This PR introduces experimental helpers for using Valibot or Zod schemas for validating forms.

Core tenet of JacketUI is to be composable and flexible, this PR tests the composability of the forms package by outsourcing the validation part.

The helpers are marked as experimental until they are both veified and the DX is intuitive.

This PR introduces experimental helpers for using Valibot or Zod schemas for validating forms. Core tenet of JacketUI is to be composable and flexible, this PR tests the composability of the forms package by outsourcing the validation part. The helpers are marked as experimental until they are both veified and the DX is intuitive.
torstein deleted branch feat/forms-valibot-validation 2026-04-27 12:54:25 +00:00
Sign in to join this conversation.
No description provided.