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

Function slug

src/components/navs/Sidebar.jsx:41–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

Sidebar.jsxFile · 0.70
SidebarFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected