Skip to content

Commit 8ea953c

Browse files
authored
update README.md
1 parent caaff8d commit 8ea953c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616

1717
</div>
1818

19+
## React Hook Form Resolvers
20+
21+
This function allows you to use any external validation library such as Yup, Zod, Joi, Vest, Ajv and many others. The goal is to make sure you can seamlessly integrate whichever validation library you prefer. If you're not using a library, you can always write your own logic to validate your forms.
22+
1923
## Install
2024

2125
Install your preferred validation library alongside `@hookform/resolvers`.

0 commit comments

Comments
 (0)