react-ui-scrollspy
react-ui-scrollspy copied to clipboard
Customizable Scroll Spy component for react which is Simple, Easy To Use and Lightweight with callback, typescript, auto-update URL hash and throttle support among others.
Could you advice how to disable the page url from appending active section as hash? The reason is because the page has other section (hero) that is not part of...
nextjs tips window is not found
Maybe i am missing out on something, but i cannot get "offsetTop" to work. I got two columns, left Column consists of Images, right Column consists of teasers. The Teasers...
If the last element has a small height, it isn't selected at the bottom. Expected result: if container was scrolled to the bottom, the last element has "active" class. 
As of today, when passing multiple classes to the prop `activeClass` (i.e. `activeClass="font-bold text-blue-500"`) an exception is thrown: ``` Uncaught DOMException: Failed to execute 'add' on 'DOMTokenList': The token provided...
Nice component, but doesn't seem supporting nested HTML structure, like— ```html Chapter 1 Subheader A Subheader B ``` In this example, if we are on _Subheader A_, `react-ui-scrollspy` will still...
I've made an improvement to add "use client" directive on the top of ScrollSpy component. This help Next.js users to use and import this component directly from a Server Component....