0.2.0 • Published 7 years ago

react-scroll-handler v0.2.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

react-scroll-handler

āš› Scroll events handling with React

Just made for my needs, feel free to improve it.

Installation

npm install react-scroll-handler

Usage

See examples below:

Props

PropertyTypeDescription
onTop(ScrollPosition) => voidTriggers when scroll is to top
onBottom(ScrollPosition) => voidTriggers when scroll is to bottom
onUp(ScrollPosition) => voidTriggers when scroll goes up
onDown(ScrollPosition) => voidTriggers when scroll goes down
topOffsetnumberDefines top offset
bottomOffsetnumberDefines bottom offset

ScrollPosition:

  • scrollTop: number
  • isTop: boolean
  • isBottom: boolean
  • isUp: boolean
  • isDown: boolean
0.2.0

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago