UNPKG

react-scrollsense

Version:

A lightweight scroll sensor to solve your react scroll into viewport issues.

6 lines (5 loc) 214 B
import ScrollSense from './ScrollSense'; import useScrollSense from './useScrollSense'; import withScrollSense from './withScrollSense'; export { useScrollSense, withScrollSense }; export default ScrollSense;