TestimonialCard
TestimonialCard Component
Playground
“This product changed everything for our team.”
JS
Jane Smith
CTO, Acme Inc
Props
| Prop | Type | Default | Value |
|---|---|---|---|
| quote | text | — | |
| author | text | — | |
| role | text | — | |
| rating | number | — |
Default
“This product changed everything for our team.”
JS
Jane Smith
CTO, Acme Inc
FiveStars
“Absolutely incredible experience!”
JD
John Doe
CEO, StartupCo
NoAvatar
“Simple and effective.”
AC
Alex Chen
Developer
| PROP | TYPE | DEFAULT | DESCRIPTION |
|---|---|---|---|
author | text | — | Author name |
quote | text | — | Quote text |
rating | number | — | Star rating (0-5) |
role | text | — | Author role |
Using TestimonialCardtsx
import { TestimonialCard } from '@/components/TestimonialCard'
<TestimonialCard
quote="..."
author="..."
role="..."
rating="..."
/>Tokens Used
No design tokens detected