@rehooks/window-scroll-position
Hook React cho vị trí Window cuộn cửa sổ
Lưu ý: Đây đang sử dụng phiên bản mới React Hooks API Proposal, có thể thay đổi cho đến khi React 16.7 hoàn thiện.
Bạn sẽ cần cài đặt
react
,react-dom
, vv tại phiên bản^16.7.0-alpha.0
Cài Đặt
yarn add @rehooks/window-scroll-position
Sử Dụng
import useWindowScrollPosition from '@rehooks/window-scroll-position'
function MyComponent() {
// optionally you can pass options, those are default:
let options = {
throttle: 100,
}
let position = useWindowScrollPosition(options)
// position == { x: 0, y: 0 }
return <div />
}
.gitignore
node_modules
*.log
dist
.cache
.travis.yml
git:
depth: 1
sudo: false
language: node_js
node_js:
- '8'
cache:
yarn: true
directories:
- node_modules
script:
- yarn test
Chi Tiết Tải Xuống:
Tác giả: rehooks
Nguồn: https://github.com/rehooks/window-scroll-position
Giấy phép: MIT license