@aelig/auto-scroll-carousel

Auto Scroll Carousel

Add

pnpm dlx shadcn@latest add @aelig/auto-scroll-carousel

Renders linked logo or image items in an auto-scrolling marquee.

Preview

Trusted by teams

Logo A
Logo B
Logo C
Logo A
Logo B
Logo C
Logo A
Logo B
Logo C
Logo A
Logo B
Logo C

Usage

import { AutoScrollCarousel } from "@/components/blocks/auto-scroll-carousel"

export function Section() {
  return <AutoScrollCarousel {...sectionProps} />
}