9 Commits

Author SHA1 Message Date
Daniel K
d3d5bc9324 Unify imports in docs 2019-07-17 08:54:01 +02:00
Va Da
d23b9147f0
docs: update useKeyPress docs [skip ci] 2019-03-29 09:16:26 +01:00
streamich
3516aa69a9 feat: 🎸 add useKeyboardJs hook 2019-03-28 18:59:09 +01:00
streamich
d5de21285c docs: ✏️ add useKey and useKeyPress documentation 2019-03-28 18:07:54 +01:00
streamich
61700675cd chore: 🤖 don't install only large dependencies
This change removes useCallbag hook, it also reverts back changes for
hooks that only have tiny dependencies or dependencies that could have
been part of the hook itself. Effectivly only KeyboardJS and Rebound are
large packages that only partially are used by react-use, hence require
user to install them separately.

BREAKING CHANGE: 🧨 useCallbag hook is removed, some hooks KeyboardJS and Rebound installed
separately
2019-03-25 13:19:37 +01:00
Charles Crete
7be31a4a1d Remove dependencies 2019-03-23 15:28:45 -04:00
Gavin Gregory
6655558ed9 docs(useKeyPress): renamed keyboardjs -> useKeyboardJS 2019-02-10 12:08:27 -05:00
Matheus Albuquerque
6a1933b8ed docs(useKeyPress): update samples and docs on how to use key combos 2018-12-26 04:04:08 -03:00
Matheus Albuquerque
01df885b9d feat: 🎸 add useKeyPress hook 2018-12-26 02:49:06 -03:00