react-scrollspy-nav icon indicating copy to clipboard operation
react-scrollspy-nav copied to clipboard

react scrollspy nav component

Results 17 react-scrollspy-nav issues
Sort by recently updated
recently updated
newest added

Greetings! The element created by ScrollspyNav component is not configurable. It creates a fixed div with prop **data-nav="list"** There should be an option to change element example to "ul", and...

Hi guys, a HINT for the readme: add forEach polyfill if you want to support IE ``` import 'mdn-polyfills/NodeList.prototype.forEach' // https://www.npmjs.com/package/mdn-polyfills ```

i'm trying to use the library in a typescript project but it seems there's no @types package

Hello there. I combined scrolling tabs with scrollspy. Everything works fine and when I scroll down, tabs will be selected automatically. But the problem is when the selected tab goes...

In my app, the menu list & main content are dynamically generated. This means that `scrollTargetIds` will be different each time and so I'm populating that using a state variable....

Can I use scrollpsy-nav in multiple times in one page