Skip to content

Tiny React component to scroll window to top on componentDidMount

Notifications You must be signed in to change notification settings

maxgram/react-to-top-on-mount

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-to-top-on-mount

Tiny React component to scroll window to top on componentDidMount

Usage

import ToTopOnMount from 'react-to-top-on-mount'

class SomeName extends Component {
  render() {
    <div>
      <ToTopOnMount />
      <div>
        Some content
      </div>
    </div>
  }
}

About

Tiny React component to scroll window to top on componentDidMount

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published