0.6.2 • Published 8 years ago
react-scroll-listen v0.6.2
react-scroll-listen
Install
$ npm install react-scroll-listen --saveUsage
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