react-recipes
Version:
A React Hooks utility library containing popular customized hooks
23 lines (14 loc) • 371 B
Markdown
on the keyboard. Required
- `keyPressed: Bool`: true on keydown are the targetKey.
```js
import { useKeyPress } from "react-recipes";
function App() {
const happyPress = useKeyPress("h");
return <div>{happyPress && "😊"}</div>;
}
```
Adds keydown/keyup listeners to any key
- `targetKey: String`: A key