Components
Ace Testimonials
Auto-scrolling testimonial marquee with react-fast-marquee and avatar cards
Ace Testimonials
Auto-scrolling testimonial marquee with react-fast-marquee and avatar cards.
Preview
Loading preview...
Installation
Terminal
$npx shadcn@latest add @vandoko/ace-testimonialsUsage
import { Testimonials } from "@/components/vandoko/ace-testimonials";
export default function Page() {
return <Testimonials />;
}Features
- Auto-scrolling -- Continuous marquee animation for dynamic content
- Responsive -- Adapts to all screen sizes
- Semantic tokens -- Uses oklch design tokens for Vandoko brand consistency
Props
3 props
| Prop | Type | Default | Description |
|---|---|---|---|
className | string | — | - |
heading | string | — | - |
items | AceTestimonialItem[] | — | - |
Dependencies
react-fast-marquee
Lineage
| Property | Value |
|---|---|
| Source | @aceternity/testimonials |
| Version | 1.0.0 |
| Curated | 2026-03-26 |
| License | MIT |
Modifications
- oklch color conversion
- Vandoko design token integration
- Props interface extraction