Skip to content

Commit 2a92429

Browse files
committed
docs: add usage
- Missing extension webstore url
1 parent 5bea965 commit 2a92429

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@
44
</a>
55
</div>
66

7+
## Usage
8+
9+
1. Install extension [here]()
10+
2. Install [devtools](https://github.com/react-hook-form/devtools) in your project
11+
12+
```bash
13+
npm install @hookform/devtools -D
14+
```
15+
16+
3. Add `<Devtool control={control}>` in your code
17+
> This won't show devtools component anymore! Just for extension detect your form.
18+
4. Enjoy!
19+
720
## Development
821

922
### Install

0 commit comments

Comments
 (0)