➷ 热键 React Hook

时间:2024-06-28 08:30:44
【文件属性】:

文件名称:➷ 热键 React Hook

文件大小:78KB

文件格式:ZIP

更新时间:2024-06-28 08:30:44

Awesome React Hooks

在 Hotkeys.js 周围使用 Hotkeys React 包装器。 ╭┈┈╮ ╭┈┈╮ ╭┈┈╮ ┆ ├┈┈..┈┈┈┈┈.┆└┈╮┆∔∔∔∔∔∔∔∔.. ┈┈┈。 ┆┆┆□┆┆┈┤┆<┆-__┘┆┆┆┆__┈┈┤╰┈┈┴┈┈╯╰┈┈┈┈┈╯╰┈┈┈┈╯╰┈┈┴┈┈╯╰ ┈┈┈┈┈╯╰┈┈┈ ┆╰┈┈┈┈┈╯ ╰┈┈┈┈┈╯ 使用热键 - 侦听键盘快捷键的 React 钩子,定义和调度。 阅读 Hooks 功能。 安装说明:Hooks 需要 React 16.8+。 使用 npm npm i use-hotkeys 或使用 yarn yarn add use-hotkeys Usage import useHotkeys from 'use-hotkeys'; const Counter = () => { const [count, setCount] = React.useState(0); useHotkeys( (key, event, handle) => { switch (key) { case 'up': return setCount(count + 1); c


【文件预览】:
use-hotkeys-master
----.github()
--------main.workflow(821B)
----yarn.lock(198KB)
----src()
--------index.tsx(466B)
----tsconfig.json(214B)
----__tests__()
--------useHotkeys.test.tsx(1KB)
----README.md(2KB)
----renovate.json(103B)
----.gitignore(16B)
----package.json(1KB)

网友评论