react-mkx-toolkit
Advanced tools
Comparing version 1.2.10 to 1.3.0
{ | ||
"name": "react-mkx-toolkit", | ||
"version": "1.2.10", | ||
"version": "1.3.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
@@ -32,2 +32,6 @@ ## React Custom Hooks | ||
The `useKeyboard` hook is a custom React hook designed to simplify the handling of keyboard events within your React applications. With this hook, you can easily listen for specific keyboard inputs and execute callback functions in response to those inputs. | ||
## Usage | ||
```jsx | ||
@@ -34,0 +38,0 @@ import { useKeyboard } from "react-mkx-toolkit"; |
11954
55