react-scroll icon indicating copy to clipboard operation
react-scroll copied to clipboard

React scroll component

Results 143 react-scroll issues
Sort by recently updated
recently updated
newest added

It's possible to use `` or `` tags as ``? Thanks :)

on **componentDidMount** I have ``` const defaultOptions: ReactScrollOptions = { smooth: true, delay: 1000 }; const container = document.getElementById('mobile-sticky-card'); if (container && container.clientHeight) { defaultOptions.offset = -container.clientHeight; } scroller.scrollTo(contactTabsName, {...

Hello, I would like to ask for help from the members of the group. My next question is for you. I'm currently using react-scroll to scroll the menu and my...

The examples in the docs are for class components, which many new devs haven't been learning since 2019. Would it be possible to supplement or replace these with functional components?...

Is it possible to navigate from another page? (using react Router v5 with create-react-app) For example i have this exmple that is working on the HomePage. But if i click...

Hello, I have just updated my iOS devices to iOS 15.4, which was released earlier today (March 14th, 2022) with changes to scrolling behavior in Safari. These changes have broken...

I'm working with react v18 and react router dom v6 Everything is ok but the activeClass prop doesn't works. I think It's not compatible yet... I have inspected the console...

I'm trying to develop a fullpage design with react scroll, I observed that during a scroll if the user clicked or had an interaction, it stopped the scroll animation. The...

Unable to make an item selected by default.please allow default active state for the lists.

when applying this class (scrollbar-thin or scrollbar) to my scroll bars, Link element stops working. these are the css properties: ```css .scrollbar-thin { --scrollbar-track: initial !important; --scrollbar-thumb: initial !important; scrollbar-color:...