use-long-press:React钩子,用于检测单击(或点击)并按住事件

时间:2024-06-16 15:24:42
【文件属性】:

文件名称:use-long-press:React钩子,用于检测单击(或点击)并按住事件

文件大小:220KB

文件格式:ZIP

更新时间:2024-06-16 15:24:42

react hooks typescript reactjs touch-events

React长按挂钩 :backhand_index_pointing_down: React钩子,用于检测单击(或点击)并按住事件。 易于使用 高度可定制的选项 经过全面测试 安装 yarn add use-long-press 或者 npm install --save use-long-press 基本用法 import React from 'react' ; import { useLongPress } from 'use-long-press' ; const Example = ( ) => { const bind = useLongPress ( ( ) => { console . log ( 'Long pressed!' ) ; } ) ; return < button { ... bind } > Press me < / button > ; } ; 现场例子 进阶用法


【文件预览】:
use-long-press-master
----.eslintrc(1KB)
----jest.setup.js(123B)
----yarn.lock(545KB)
----src()
--------index.ts(6KB)
----.prettierrc.json(98B)
----.travis.yml(291B)
----tsconfig.json(6KB)
----LICENSE(1KB)
----jest.config.js(6KB)
----README.md(5KB)
----.editorconfig(147B)
----tests()
--------index.test.tsx(17KB)
--------utils.ts(217B)
--------TestComponent.tsx(1017B)
----tsconfig.lint.json(105B)
----.gitignore(1KB)
----package.json(3KB)

网友评论