use-hovering:简单易用的React钩子,用于跟踪悬停状态

时间:2024-05-21 01:26:47
【文件属性】:

文件名称:use-hovering:简单易用的React钩子,用于跟踪悬停状态

文件大小:70KB

文件格式:ZIP

更新时间:2024-05-21 01:26:47

JavaScript

使用悬停 :genie: 简单易用的React钩子,用于跟踪悬停状态。 安装 npm install use-hovering 用法 清楚的 import { useHovering } from 'use-hovering' ; export const Example = ( ) => { const ref = React . useRef ( ) ; const hovering = useHovering ( ref ) ; return ( < div xss=removed xss=removed> Hover over me! { hovering && ' Hovering!' } < / div > ) ; } ; 延误 import { useHovering } from 'use-hovering' ; expor


【文件预览】:
use-hovering-master
----package.json(963B)
----LICENSE(1KB)
----package-lock.json(362KB)
----src()
--------index.js(2KB)
----types.d.ts(143B)
----.gitignore(34B)
----CHANGELOG.md(5KB)
----README.md(946B)

网友评论