Skip to content

Commit 3e3fe75

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents d050f4f + 04bc090 commit 3e3fe75

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

readme.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
A simple react hook for all your form validations.
44

5+
### How to install:
6+
7+
Install via npm
8+
9+
```
10+
npm i use-validation-react
11+
```
12+
13+
or via yarn
14+
15+
```
16+
yarn add use-validation-react
17+
```
18+
519
### How to use:
620

721
Library exports useValidation hook. The hook accepts one argument, validation records

0 commit comments

Comments
 (0)