feat(forms): experimental helpers for validating form state with valibot or zod #20
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
torstein/jacketui!20
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/forms-valibot-validation"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.