react-scroll-listen

0.6.2 • Public • Published

react-scroll-listen

Save the value of the document scroll position efficiently with one event listener


Install

$ npm install react-scroll-listen --save

Usage

import ScrollListener from 'react-scroll-listen'
 
render () {
  return (
    <ScrollListener
      onScroll={value => this.setState({scrollPosition: value})}
    />
  )
}

API / Props

Param Type args default required
onScroll Function value, event true
container ref window false
element ref document.body false

Note: containerToListenOn and containerToScroll can be the same but don't have to be

MIT © Jack Hanford

Package Sidebar

Install

npm i react-scroll-listen

Weekly Downloads

11

Version

0.6.2

License

MIT

Last publish

Collaborators

  • hanford