Marketing
TestimonialCard
Quote card with decorative mark, star rating, and author attribution.
import { TestimonialCard } from "lambchop";
Live Demo
The analytics dashboard transformed how we track our content performance across all our sites.
Alex Rivera
Content Director
We went from guessing to knowing exactly which content drives revenue.
Sam Mitchell
Editor in Chief
Usage
import { TestimonialCard } from "lambchop";
<TestimonialCard
quote="The analytics dashboard transformed how we track content performance."
author="Alex Rivera"
role="Content Director"
rating={5}
/>
Props
| Prop | Type | Default | Description |
|---|---|---|---|
quote | string | — | Testimonial quote text |
author | string | — | Author name |
role | string | — | Author role/title |
avatarUrl | string | — | URL for author avatar image |
rating | 1 | 2 | 3 | 4 | 5 | — | Star rating |
className | string | — | Additional CSS classes |
Features
- Decorative opening quote mark in primary color
- Optional 1-5 star rating with primary/muted colors
- Author section with optional avatar
- Border-2 card styling