react-motion-smooth-scroller
v1.0.3
Published
A React package for smooth scrolling using context and motion.
Maintainers
Readme
react-smooth-scroll
A React package for smooth scrolling using context and motion.
Installation
npx react-motion-smooth-scrolleror use npx to scaffold into your project.
Usage
Wrap your app (or part of your app) with the SmoothScrollProvider and that is all:
import { SmoothScrollProvider } from "react-motion-smooth-scroller";
function App() {
return <SmoothScrollProvider>{/* your app components */}</SmoothScrollProvider>;
}Exports
SmoothScrollProviderSmoothScrollContextScrollContainer
License
MIT
