@jeardev/forms
v1.0.7
Published
Dynamic React form system with Zod validation, master schema, and custom fields.
Maintainers
Readme
@jeardev/forms
A dynamic, fully-typed React form library powered by Zod and React Hook Form.
Supports dynamic form layouts, Zod validation (including cross-field and cross-form), custom field components, and easy integration.
✨ Features
- Dynamic form UI via layout object (
FormValue) - Zod validation: field, cross-field, and master/cross-form support
- Custom field/component rendering
- React Hook Form engine for performance and simplicity
- TypeScript-first for robust DX
- Multi-form (master schema) validation
- Demo and Jest test ready
🚀 Installation
pnpm add @jeardev/forms zod react-hook-form
# or
npm install @jeardev/forms zod react-hook-form