MCPcopy Create free account
hub / github.com/untitleduico/react / CarouselPrevTrigger

Function CarouselPrevTrigger

components/application/carousel/carousel-base.tsx:225–225  ·  view source on GitHub ↗
(props: Omit<TriggerProps, "direction">)

Source from the content-addressed store, hash-verified

223};
224
225const CarouselPrevTrigger = (props: Omit<TriggerProps, "direction">) => <Trigger {...props} direction="prev" />;
226
227const CarouselNextTrigger = (props: Omit<TriggerProps, "direction">) => <Trigger {...props} direction="next" />;
228

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected