React Scroll Percentage Detector

Description:

The React component monitors the scroll percentage of a component inside the viewport, using the IntersectionObserver API.

Installation:

# Yarn
$ yarn add react-scroll-percentage
# NPM
$ npm install react-scroll-percentage --save

Preview:

React Scroll Percentage Detector

Add Comment