react-router-scroll-top

0.3.1 • Public • Published

react-router-scroll-top

npm Version Build Status

An easy and short-hand component based on the React Router Scroll Restoration Example.

Usage

import ScrollToTop from 'react-router-scroll-top'

const App = () => (
  <Router>
    <ScrollToTop>
      <App/>
    </ScrollToTop>
  </Router>
)

// or just render it bare anywhere you want, but just one :)
<ScrollToTop/>

How to install

If you use yarn

yarn add react-router-scroll-top

And if you use npm

npm install react-router-scroll-top --save

Dependencies (0)

    Dev Dependencies (25)

    Package Sidebar

    Install

    npm i react-router-scroll-top

    Weekly Downloads

    1,726

    Version

    0.3.1

    License

    MIT

    Unpacked Size

    17.1 kB

    Total Files

    6

    Last publish

    Collaborators

    • edoardo-bluframe