MCPcopy Create free account
hub / github.com/Mrinank-Bhowmick/python-beginner-projects / scrollTo

Function scrollTo

web/src/components/Home.tsx:37–39  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

35type Sort = (typeof SORTS)[number];
36
37function scrollTo(id: string) {
38 document.getElementById(id)?.scrollIntoView({ behavior: "smooth", block: "start" });
39}
40
41export default function Home() {
42 const [search, setSearch] = useState("");

Callers 1

HomeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected