Infinite Moving Cards
A testimonial carousel that scrolls infinitely with customizable speed and direction.
This component library has transformed our development workflow. The animations are butter smooth!
Sarah ChenLead DeveloperIncredible attention to detail. Every component feels premium and polished.
Michael BrownDesign EngineerBest UI library I've used. The documentation is clear and components just work.
Emily DavisFrontend DeveloperThe glassmorphism effects are stunning. Our users love the modern aesthetic.
Alex JohnsonProduct Designer
Install using CLI
npx shadcn@latest add "https://obsidianui.dev/r/infinite-moving-cards.json"Install Manually
1
Install dependencies
2
Copy the source code
Copy into components/ui/infinite-moving-cards.tsx
Props
| Prop Name | Type | Default | Description |
|---|---|---|---|
| items | { quote, name, title }[] | Required | Array of testimonial items |
| direction | 'left' | 'right' | 'left' | Scroll direction |
| speed | 'fast' | 'normal' | 'slow' | 'fast' | Animation speed |
| pauseOnHover | boolean | true | Pause on mouse hover |
