https://github.com/willemverbuyst/react-hook-form-playground
https://github.com/willemverbuyst/react-hook-form-playground
react
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/willemverbuyst/react-hook-form-playground
- Owner: willemverbuyst
- Created: 2023-09-26T04:27:19.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-21T05:10:21.000Z (over 1 year ago)
- Last Synced: 2024-10-12T14:33:52.245Z (12 months ago)
- Topics: react
- Language: TypeScript
- Homepage:
- Size: 149 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Small project to try out react-hook-form with zod, little-state-machine and tailwind-css
- [x] react hook form
- [x] multi-step (with router)
- [x] validation (zod)
- [x] dependent field
- [x] add dropdowns by user action
- [x] upload files (dropzone)
- [x] overview before confirming
- [x] date picker
- [x] phone number validation
- [x] tailwind css
- [x] little state machine
- [x] breadcrumbs