Testimonials Card
An animated testimonial card stack with smooth 3D transitions between testimonials.
Sarah Chen
This component library has transformed our development workflow. The animations are butter smooth and the code quality is exceptional!
Install using CLI
npx shadcn@latest add "https://obsidianui.dev/r/testimonials-card.json"Install Manually
1
Install dependencies
2
Copy the source code
Copy into components/ui/testimonials-card.tsx
Props
| Prop Name | Type | Default | Description |
|---|---|---|---|
| items | TestimonialItem[] | Required | Array of testimonial items |
| width | number | 400 | Card stack width |
| showNavigation | boolean | true | Show navigation arrows |
| showCounter | boolean | true | Show item counter |
| autoPlay | boolean | false | Enable auto-play |
