react-use-scroll-position icon indicating copy to clipboard operation
react-use-scroll-position copied to clipboard

A react hook to use scroll position

Results 2 react-use-scroll-position issues
Sort by recently updated
recently updated
newest added

Hi, nice hook :) You can see in navbar [demo](https://n8tb1t.github.io/use-scroll-position/navbar/navbar) that if you spam scroll down \ scroll up - navbar shows and hide. With debounce(only when scroll direction changes)...

would be cool to optionally pass an element ref or so to get the scroll position within that element!