MCPcopy Create free account
hub / github.com/DavidHDev/react-bits / scrollToTop

Function scrollToTop

src/components/navs/Sidebar.jsx:40–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38
39// ─── Utility Functions ───────────────────────────────────────────────────────
40const scrollToTop = () => window.scrollTo(0, 0);
41const slug = str => str.replace(/\s+/g, '-').toLowerCase();
42const toPascal = str =>
43 str

Callers 1

SidebarFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected