react-scrollspy-nav
react-scrollspy-nav copied to clipboard
react scrollspy nav component
How can I make this work with react-router?? A sample code as below, does it is possible to make it work with Link instead of href ``` Product Customers About...
When I click on item the activeClassName getting applied and getting removed when I close the accordion, I want to have activeClassName stay at that same item until I hit...
during scroll via react-scrollspy-nav it is lagging too much on chrome Version 87.0.4280.66 (Official Build) (64-bit) with default scrollDuration, but same app is working fine on firefox 82.0.3 (64-bit).
``my header is fixed and i click on tabs, content is showing on top not down of the header
Just an FYI that your library does not seem to be compatible with SSR on Next.js. I encounter the following error when rendering a page on the server side (where...
If the scroll is animating—say—towards the bottom of the page and I quickly press a link that causes it to scroll up, the concurrent timers causes the page to jump...
Fixes issue #28
Fix #27
Fixes issue #27.
Since the `activeNavClass` is set in the [`onScroll`](https://github.com/StephenWeiXu/react-scrollspy-nav/blob/master/src/lib/ScrollspyNav.js#L45) it will only capture the class on a tiny scroll. The expected behaviour would be that the first element is selected on...
Hi this is super helpful, but I've hit an issue with applying active styles. I tried to set up a repl.it to reproduce this issue, but this package isn't supported...