We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bea965 commit 2a92429Copy full SHA for 2a92429
1 file changed
README.md
@@ -4,6 +4,19 @@
4
</a>
5
</div>
6
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
20
## Development
21
22
### Install
0 commit comments