use-smooth-scroll
React hook which gives a smooth scrolling function.
Codesandbox)
Example (const Example = { const ref = React const scrollTo = return <> <button onClick= > Click me </button> <Carousel innerRef=ref> </Carousel> </> }