@aelig/auto-scroll-carousel
Auto Scroll Carousel
Add
pnpm dlx shadcn@latest add @aelig/auto-scroll-carouselRenders linked logo or image items in an auto-scrolling marquee.
Preview
Usage
import { AutoScrollCarousel } from "@/components/blocks/auto-scroll-carousel"
export function Section() {
return <AutoScrollCarousel {...sectionProps} />
}