文件名称:用于元素可见性的 React Hooks 库。 使用相交观察者 API。
文件大小:1.18MB
文件格式:ZIP
更新时间:2024-06-28 08:36:35
Awesome React Hooks
react-hooks-visible react-hooks-visible 是用于元素可见性的 React Hooks 库。 使用相交观察者 API。 演示 开始使用 yarn add react react-hooks-visible 如何开始使用 import React from 'react' import { useVisible } from 'react-hooks-visible' const VisibleComponent = () => { const [targetRef, visible] = useVisible( ) 返回 (
【文件预览】:
react-hooks-visible-master
----.gitattributes(72B)
----rollup.config.js(3KB)
----yarn.lock(459KB)
----template.html(621B)
----.eslintrc.js(1KB)
----webpack.config.js(2KB)
----src()
--------index.ts(29B)
--------example()
--------useVisible.tsx(1KB)
----babel.config.js(825B)
----.npmignore(111B)
----.size-snapshot.json(427B)
----.travis.yml(391B)
----tsconfig.json(840B)
----LICENSE(1KB)
----jest.config.js(316B)
----README.md(2KB)
----.release-it.json(154B)
----docs()
--------index.html(513B)
--------main.0322e55f6eb6aaa0d9e3.js(119KB)
--------example.png(493KB)
----renovate.json(262B)
----prettier.config.js(279B)
----.editorconfig(188B)
----.gitignore(247B)
----CHANGELOG.md(236B)
----package.json(4KB)