GitHub

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.

Alice Marsh

Head of Product, Stride

★★★★★

Switched from the competition six months ago and have not looked back once.

Ben Carter

Founder, Loopback

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
})
PropTypeDefault
quotestring
namestringAuthor name — also used for avatar initials
rolestring
srcstringAvatar image URL; omit to show initials
ratingnumber01–5 stars; omit or set 0 to hide