MCPcopy Create free account
hub / github.com/better-auth/examples / scrollNext

Function scrollNext

astro-example/src/components/ui/carousel.tsx:88–88  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

86 const scrollPrev = () => api()?.scrollPrev();
87
88 const scrollNext = () => api()?.scrollNext();
89
90 const handleKeyDown = (event: KeyboardEvent) => {
91 if (event.key === "ArrowLeft") {

Callers 1

handleKeyDownFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected