MCPcopy Create free account
hub / github.com/fontsource/fontsource / scrollUp

Function scrollUp

website/app/components/search/ScrollToTop.tsx:12–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10}
11
12const scrollUp = () => {
13 window.scrollTo({
14 top: 0,
15 behavior: 'smooth',
16 });
17};
18
19const ScrollToTop = ({ containerId, targetRef }: ScrollToTopProps) => {
20 const [showButton, setShowButton] = useState(false);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected