Attempt to keep an element within the viewport as the user scrolls
npm install react-keep-visible
npm install react-keep-visible
yarn add react-keep-visible
js
[ element ]
`
Notes
- [ element ] - and element to keep visible
- top, bottom - optional. any valid CSS. ex: calc(var(--header-height) + 5vh). Will be evaluated in the context of [ element ]`.