Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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 ───────────────────────────────────────────────────────
40
const scrollToTop = () => window.scrollTo(0, 0);
41
const slug = str => str.replace(/\s+/g,
'-'
).toLowerCase();
42
const toPascal = str =>
43
str
Callers
1
Sidebar
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected