testimonial
Customer quote card with star rating, avatar, and attribution. When src is omitted the avatar shows initials derived from name.
This is the fastest app I have ever used. It replaced three tools I was paying for.
Switched from the competition six months ago and have not looked back once.
testimonial({
quote: 'This is the fastest app I have ever used.',
name: 'Alice Marsh',
role: 'Head of Product, Stride',
rating: 5,
src: user.avatarUrl, // optional — falls back to initials
})| Prop | Type | Default | |
|---|---|---|---|
quote | string | — | |
name | string | — | Author name — also used for avatar initials |
role | string | — | |
src | string | — | Avatar image URL; omit to show initials |
rating | number | 0 | 1–5 stars; omit or set 0 to hide |