@phungvansyhb/easy-form
v1.2.0
Published
A React library help you manage form. Includes various of input component already
Downloads
24
Maintainers
Readme
@phungvansyhb/easy-form
A powerful React form management library that provides a collection of pre-built input components and form handling utilities.

Features
- 🎯 Easy form management with React Hook Form integration
- 📦 Pre-built input components
- 🔒 Form validation with Zod
- 🎨 Customizable styling
- 📱 Responsive design
- 🚀 TypeScript support
- 🌙 Vietnamese Lunar Date Picker integration
Installation
npm install @phungvansyhb/easy-form
# or
yarn add @phungvansyhb/easy-formPeer Dependencies
This library requires the following peer dependencies:
{
"@hookform/resolvers": "^3.0.0",
"@phungvansyhb/vietnamese-lunar-date-picker": "^1.1.4",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"react-hook-form": "^7.0.0",
"zod": "^3.24.3"
}Demo
You can find storybook here:
Customization
It is react hook form, feel free to make your own component
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
License
MIT © Phung Van Sy, Michel
