0.4.4 • Published 2 years ago

@dh-react-hooks/use-scrollto v0.4.4

Weekly downloads
2
License
ISC
Repository
github
Last release
2 years ago

@dh-react-hooks/use-scrollto

NPM version codecov

reast hooks for scrollTo

Installation

npm i @dh-react-hooks/use-scrollto

Arguments

propstyperequireddefaultdescription
xnumbertrueundefinedpixel along the horizontal axis of the document
ynumbertrueundefinedpixel along the vertical axis of the document

Way to Ride

  • Common jS
const useScrollto = require('@dh-react-hooks/use-scrollto')

  const scrollto = useScrollto.default(x, y)
  • ESM
import useScrollto from '@dh-react-hooks/use-scrollto'
  
  const scrollto = useScrollto(x, y)
0.4.4

2 years ago

0.4.1

4 years ago

0.4.0

4 years ago

0.2.0

6 years ago

0.1.0

6 years ago