Animated Testimonials
Testimonial carousel with smooth slide animations, navigation arrows, and optional autoplay.
Basic Usage
The attention to detail and innovative features have completely transformed our workflow. This is exactly what we've been looking for.
Sarah Chen
Product Manager at TechFlow
With Autoplay
Auto-advances every 3 seconds. Pauses on hover.
The attention to detail and innovative features have completely transformed our workflow. This is exactly what we've been looking for.
Sarah Chen
Product Manager at TechFlow
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| testimonials | Testimonial[] | required | Array of testimonial objects |
| autoplay | boolean | false | Auto-advance testimonials |
| interval | number | 5000 | Autoplay interval in milliseconds |
| class | string | undefined | Additional CSS classes |
Testimonial Type
| Field | Type | Description |
|---|---|---|
| quote | string | The testimonial text |
| name | string | Author's full name |
| designation | string | Author's title or role |
| src | string | URL to the author's avatar image |