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

Function CarouselNextTrigger

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

Source from the content-addressed store, hash-verified

225const CarouselPrevTrigger = (props: Omit<TriggerProps, "direction">) => <Trigger {...props} direction="prev" />;
226
227const CarouselNextTrigger = (props: Omit<TriggerProps, "direction">) => <Trigger {...props} direction="next" />;
228
229interface CarouselIndicatorRenderProps {
230 isSelected: boolean;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected