Loading...
Loading...
Loading...
Zod schemas for both client-side form validation and server-side action validation.
Install
npx bouncekit@latest add validationsImport
import { Validations } from "@/lib/validations.ts"import { loginSchema, signupSchema } from "@/lib/validations"
// Zod schemas for client + server validation:
// loginSchema, signupSchema, profileSchema,
// projectSchema, settingsSchemaAPI Reference
Extends native HTML attributes — no custom props.
Source
src/lib/validations.ts