Skip to content

Instantly share code, notes, and snippets.

@arijitMondal
Created September 13, 2020 16:58
Show Gist options
  • Save arijitMondal/fb8068ab809e97c4d81e3137b67fd485 to your computer and use it in GitHub Desktop.
Save arijitMondal/fb8068ab809e97c4d81e3137b67fd485 to your computer and use it in GitHub Desktop.
handleScrollToTop() {
import('react-scroll').then(scroll => {
scroll.animateScroll.scrollToTop({
})
})
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment