Installation
Via Package Manager
Install the package using your preferred package manager:
- NPM
- Bun
- Yarn
yarn add react-hotkeys-hook
npm i react-hotkeys-hook
bun i react-hotkeys-hook
import { useHotkeys } from 'react-hotkeys-hook';
Via CDN
You can import the ES Module directly from unpkg.com:
import { useHotkeys } from 'https://unpkg.com/react-hotkeys-hook@latest/dist/react-hotkeys-hook.esm.js';