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

Function CarouselItem

components/application/carousel/carousel-base.tsx:163–165  ·  view source on GitHub ↗
({ className, ...props }: ComponentPropsWithRef<"div">)

Source from the content-addressed store, hash-verified

161};
162
163const CarouselItem = ({ className, ...props }: ComponentPropsWithRef<"div">) => {
164 return <div role="group" aria-roledescription="slide" className={cx("min-w-0 shrink-0 grow-0 basis-full", className)} {...props} />;
165};
166
167interface TriggerRenderProps {
168 isDisabled: boolean;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected