react-sticky
react-sticky copied to clipboard
<Sticky /> component for awesome React apps
The blank, unstylable div being created by this library can be frustrating.
# I'm submitting a ... - [ ] bug report - [ ] feature request - [ ] support request ### If you're reporting a bug, please provide a minimal...
When a sticky container is on a css transition, the scroll event may fire and the transition may end after the resolution of the scroll event re-calculating the padding. This...
# I'm submitting a ... - [X] bug report - [ ] feature request - [ ] support request ### If you're reporting a bug, please provide a minimal demonstration...
Support for horizontal scroll/sticky. Useful with wide tables. What's missing: horizontal tests for Sticky.js
Would it be technically possible for this library to support hooks? Example usage: ``` const MyStickyComponent = () => { const {ref, style} = useSticky({top: 0, left: 0}); return (...
# I'm submitting a ... - [ ] bug report - [x] feature request - [ ] support request The latest version of the published package includes a yarn.lock file...
I've got a use case wherein I have a `` on the right-hand side of the page that expands to the left when the user clicks a button, remaining sticky...
I noticed two issues when `Sticky` is used in relative mode: - position of sticky element in relative to its container should not changed when scrolling outside of the container...
This is an alternative solution to #277 This approach does not use `clip-path`, but does require `StickyContainer` to have `position: relative`.. this approach does goes in-line more with the spirit...