Testimonial Cards
Testimonial Cards
Grid of testimonial cards with star ratings, author avatars (image or initial), quotes, and staggered scroll entrance animations.
Installation
# Copy testimonial-cards.tsx to your project
cp components/ui/testimonial-cards.tsx your-project/components/ui/testimonial-cards.tsxHow to use
import { TestimonialCards } from "@/components/ui/testimonial-cards";<TestimonialCards
heading="What our users say"
testimonials={[
{ quote: "Amazing product!", author: "John Doe", role: "CEO at Acme", rating: 5 },
{ quote: "Changed our workflow.", author: "Jane Smith", role: "CTO at Corp", rating: 5 },
]}
/>Dependencies
Exports
TestimonialCardsFile
components/ui/testimonial-cards.tsxLoved by developers and teams
See what our customers have to say
"This has completely transformed how our team builds products. We shipped 3x faster in the first month."
"The component library saved us hundreds of hours. Every piece is polished and production-ready."
"Best investment we've made for our design system. The animation quality is unmatched."
"We migrated from a custom solution and haven't looked back. The developer experience is incredible."
"Clean code, great documentation, and the AI prompts feature is genius for our workflow."
"Finally a component library that takes animations seriously. Our users love the micro-interactions."
Testimonial Cards
Grid of testimonial cards with star ratings, author avatars (image or initial), quotes, and staggered scroll entrance animations.
Installation
# Copy testimonial-cards.tsx to your project
cp components/ui/testimonial-cards.tsx your-project/components/ui/testimonial-cards.tsxHow to use
import { TestimonialCards } from "@/components/ui/testimonial-cards";<TestimonialCards
heading="What our users say"
testimonials={[
{ quote: "Amazing product!", author: "John Doe", role: "CEO at Acme", rating: 5 },
{ quote: "Changed our workflow.", author: "Jane Smith", role: "CTO at Corp", rating: 5 },
]}
/>Dependencies
Exports
TestimonialCardsFile
components/ui/testimonial-cards.tsx