Components/useIntersection

useIntersection

IntersectionObserver hook that returns a ref and visibility state.

Installation

Usage

API Reference

PropTypeDefaultDescription
thresholdnumber|number[]0Visibility threshold(s).
rootMarginstring'0px'Root margin offset.
oncebooleanfalseStop observing after first intersection.