@wareme/scroll-to-top
v3.0.0
Published
Scroll to top on when pathname changes
Downloads
4
Readme
scroll-to-top
Scrolls to the top of the page whenever pathname changes
import { ScrollToTop } from '@wareme/scroll-to-top'
const Root = component(() => {
return <><ScrollToTop/></>
})