We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec89561 commit 6a10523Copy full SHA for 6a10523
1 file changed
README.md
@@ -20,9 +20,11 @@
20
npm install @hookform/devtools -D
21
```
22
23
-3. Add `<Devtool control={control} />` in your code
24
- _This won't show devtools component anymore! Just for extension detect your form_
25
-4. Enjoy!
+3. Add [DevTool component](https://github.com/react-hook-form/devtools#quickstart) in your code
+ _This won't show devtool component anymore! Just for extension detect your form_
+4. (Optional) Add custom form id: `<DevTool id="YourFormId" control={control} />`
26
+ _If you don't add it manually, it will be auto generated by uuid_
27
+5. Enjoy!
28
29
## Development
30
0 commit comments