-
- Notifications
You must be signed in to change notification settings - Fork 4
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
Problem Description
Right now react-scroll-direction can track only window scroll.
It would be great if it could track scroll for any custom scrollable element.
Suggested Solution
Maybe make it accept a ref?
const ref = useRef(); const { scrollDir } = useDetectScroll({ ref });Anderhv and CXBoyy
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed