Installation
Install KeyJs in your React application with just one command.
Install via NPM
npm install keyjsNote: KeyJs requires React 16.8+ for hooks support.
Install via Yarn
yarn add keyjsInstall via PNPM
pnpm add keyjsRequirements
- React 16.8 or higher
- Node.js 14 or higher
- Modern browser with ES6 support
- Internet connection for authentication service
Next Steps
Now that you have installed the SDK, start using it in your application. You can read the Quick Start Guide to see how to use the SDK.