Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DavidHDev/react-bits
/ useScrollToTop
Function
useScrollToTop
src/hooks/useScrollToTop.js:3–5 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1
import
{ useEffect } from
'react'
;
2
3
const
useScrollToTop = () => {
4
useEffect(() => window.scrollTo(0, 0), []);
5
};
6
7
export
default useScrollToTop;
Callers
6
SponsorsPage
Function · 0.85
LandingPage
Function · 0.85
ShowcasePage
Function · 0.85
Installation
Function · 0.85
Introduction
Function · 0.85
McpServer
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected