react-scroll-sync
react-scroll-sync copied to clipboard
Synced scroll position across multiple scrollable elements
@okonet : I took a shot at https://github.com/okonet/react-scroll-sync/issues/36#issuecomment-639553613 . Right now I wrote this as a stand-alone, typed React hook. Ideally, if we agree on the hook, we could expose...
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.5.0 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 2.8.8 (2020-02-29) Bug Fixes #61 & #65...
I found an error while executing an usage of a README.md. And I found what the problem is. It would be helpful to reflect this in the document.
Let’s get started with automated dependency management for react-scroll-sync :muscle: This pull request **updates all your dependencies to their latest version**. Having them all up to date really is the...
I found an error while executing an usage of a README.md. And I found what the problem is. It would be helpful to reflect this in the document. ``` import...
It would be great to have a way to get the scroll position of the scrollsyncpane, and possibly set the initial position from the parent component.
Why is `ScrollSync` using `React.Children.only` in its `render` method? It is a bit inconvenient and I cannot see a reason for it, although I may be missing something..
It'd be handy to be able to pass a callback function that would be called every time the panes are sync. I have implemented this in a fork of my...
I have issue with three panes. Two of them shouldn't update horizontal or vertical position for another panes. But now when I'm scrolling horizontal pane, it passes vertical position 'scrollTop:...