🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

react-hook-form-chakra

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-hook-form-chakra - npm Package Compare versions

Comparing version

to
1.0.0

8

package.json

@@ -5,3 +5,3 @@ {

"author": "Crhistian Ramirez",
"version": "1.0.0-alpha.1",
"version": "1.0.0",
"license": "MIT",

@@ -43,2 +43,4 @@ "type": "module",

"@chakra-ui/react": "^2.5.4",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@hookform/resolvers": "^3.0.0",

@@ -50,4 +52,6 @@ "@rollup/plugin-typescript": "^11.0.0",

"@vitejs/plugin-react-swc": "^3.0.0",
"framer-motion": "^6.5.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.43.9",
"tslib": "^2.5.0",

@@ -64,2 +68,2 @@ "typedoc": "^0.23.28",

}
}
}

@@ -11,5 +11,3 @@ <div align="center">

## 🔥 Demo
<!-- TODO: add link to code sandbox -->
- [Demo with FormProvider]() (simpler but less performant, see [section below](#form-provider) for more info)
- [Demo without FormProvider]()
[Demo on CodeSandbox](https://codesandbox.io/p/sandbox/sharp-saha-0yl36k?selection=%5B%7B%22endColumn%22%3A21%2C%22endLineNumber%22%3A57%2C%22startColumn%22%3A1%2C%22startLineNumber%22%3A57%7D%5D&file=%2Fsrc%2FFormWithProvider.tsx) includes a demo with form provider (simpler but less performant, see [section below](#form-provider)) as well as usage without FormProvider (requires extra parameter [control](https://react-hook-form.com/api/useform/control/))

@@ -16,0 +14,0 @@ ## ⚙️ Installation