react-use-key:React挂钩进行键绑定并执行处理程序

时间:2024-06-03 11:18:45
【文件属性】:

文件名称:react-use-key:React挂钩进行键绑定并执行处理程序

文件大小:373KB

文件格式:ZIP

更新时间:2024-06-03 11:18:45

TypeScript

React使用键 React挂钩进行键绑定并执行处理程序 安装 npm install --save react-use-key 或者 yarn add react-use-key 用法 import React from 'react' import useKey from 'react-use-key' function Example ( props ) { const changeDocument = ( e ) => { let newText = `You pressed ' ${ e . key } ' ` if ( e . ctrlKey ) newText += 'with CTRL, ' if ( e . altKey ) newText += 'with ALT, ' if ( e . shiftKey ) newText +=


【文件预览】:
react-use-key-master
----.gitignore(281B)
----tsconfig.json(569B)
----README.md(4KB)
----tsconfig.test.json(87B)
----.prettierrc(197B)
----.eslintrc(668B)
----package.json(2KB)
----src()
--------index.test.tsx(169B)
--------index.tsx(2KB)
--------typings.d.ts(468B)
--------.eslintrc(36B)
--------styles.module.css(154B)
----example()
--------README.md(266B)
--------public()
--------package.json(822B)
--------src()
--------yarn.lock(453KB)
----.eslintignore(47B)
----.travis.yml(41B)
----.editorconfig(147B)
----yarn.lock(494KB)

网友评论