react-stickynode
react-stickynode copied to clipboard
A performant and comprehensive React sticky component.
During React 18 testing [one unit test was not passing](https://github.com/yahoo/react-stickynode/blob/master/tests/unit/Sticky.test.js#L463), further debugging is required. The package was published to unblock users from upgrading to React 18. This bug could break...
if width reached the mobile/tablet viewport the sticky effect would immediately be turned off. we could pass as an option if they want the sticky effect is not to exist...
I confirm that this contribution is made under the terms of the license found in the root directory of this repository's source tree and that I have the authority necessary...
The current project is using react components written in class form, which is already outdated and it is no longer advisable to write components this way. You can see more...
I met a bug is when in Safari, when I tap to scroll to top, it will leave a huge blank space ...
I have a weird issue, maybe it is just my machine but I haven't seen this issue when adding sticky directly through css. I have a sticky card which appears...
Can we move core-js to devDependencies? Its currently conflicting with another lib I have which also uses core-js but another version. I believe if we move it to dev it...
If the top and bottom boundaries are the same then when you get to the bottom and want to scroll back to the top, it sticky will stay stuck to...
I am using the sticky to wrap a vertical left nav/sidebar menu, which has two parts which add up to be larger than viewport height. With the behavior described in...
For example, with code like [sample code](https://jsfiddle.net/2hjwy1d0/2/), in a section such as a table, you can fix the header row when scrolling horizontally. Then, when you scroll vertically, can you...