@fiveem/react-scroll-to-top

React Scroll To Top


Keywords
react, scroll, top, scroll to top
License
MIT
Install
npm install @fiveem/react-scroll-to-top@0.0.2

Documentation

React Scroll To Top

npm (scoped)

The component scroll to top on route change

Install

npm i @fiveem/react-scroll-to-top

Usage

import ScrollToTop from '@fiveem/react-scroll-to-top'

<Router>
    <ScrollToTop>
        <Switch>
            <Route exact path="/" component={FirstComponent}/>
            <Route exact path="/path" component={SecondComponent} />
        </Switch>
        <ModalSection />
    </ScrollToTop>
</Router>

The component must be rendered inside a Router element.