react-hot-keys
Advanced tools
Comparing version 2.3.0 to 2.3.1
{ | ||
"name": "react-hot-keys", | ||
"version": "2.3.0", | ||
"version": "2.3.1", | ||
"description": "React component to listen to keydown and keyup keyboard events, defining and dispatching keyboard shortcuts.", | ||
@@ -5,0 +5,0 @@ "author": "kenny wang <wowohoo@qq.com>", |
@@ -28,4 +28,7 @@ react-hotkeys | ||
Preview [demo](https://jaywcjlove.github.io/react-hotkeys/). [Codepen example](https://codepen.io/jaywcjlove/pen/bJxbwG). | ||
Preview [demo](https://jaywcjlove.github.io/react-hotkeys/). | ||
- [Codepen example](https://codepen.io/jaywcjlove/pen/bJxbwG). | ||
- [CodesandBox Example](https://codesandbox.io/s/hotkeys-116-8rge8) | ||
```js | ||
@@ -32,0 +35,0 @@ import React from 'react'; |
79926
125