MCPcopy Create free account
hub / github.com/devs-in-tech/DevsInTech / scrollToTop

Function scrollToTop

src/components/ScrollToTop.jsx:8–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6 const [scroll, setScroll] = useState(false);
7
8 const scrollToTop = () => {
9 window.scrollTo({
10 top: 0,
11 behavior: "smooth",
12 });
13 };
14
15 useEffect(() => {
16 smoothscroll.polyfill(); // Apply smoothscroll polyfill for older browsers

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected