Testimonial
Customer quote card with optional attribution, rating, and grid layout support.
Best for
Import
import { Testimonial } from "@enadhq/enad-react-sdk/client/storefront"When to use it
Use Testimonial when a real customer voice should reinforce quality, trust, or taste on a page.
Composition notes
A single testimonial works near a key decision moment. TestimonialGrid works better when the page is intentionally social-proof-heavy and can support several quotes together.
Behavior and theming guidance
Keep quotes specific and attribution believable. Short, concrete testimonials tend to land better than long generic praise.
Examples
Live examples you can edit directly in the sandbox.
Single testimonial
Use a single quote near a product story or conversion section when one customer voice is enough.
Grid of testimonials
Use the grid when several voices together create stronger social proof than a single quote.
Component Sets
Preview the first example across the available component-set presets to compare tone, spacing, and structural defaults.
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| quote | string | — | No description yet. |
| name | string | — | No description yet. |
| role | string | — | No description yet. |
| location | string | — | No description yet. |
| avatarUrl | string | — | No description yet. |
| avatarInitials | string | — | No description yet. |
| rating | number | — | No description yet. |
| className | string | — | No description yet. |