Components
Ace Featured Testimonials
Featured testimonial cards with large pull quote and author attribution
Ace Featured Testimonials
Featured testimonial cards with large pull quote and author attribution.
Preview
Loading preview...
Installation
Terminal
$npx shadcn@latest add @vandoko/ace-featured-testimonialsUsage
import { AceFeaturedTestimonials } from "@/components/vandoko/ace-featured-testimonials";
export default function Page() {
return <AceFeaturedTestimonials />;
}Features
- Responsive -- Adapts to all screen sizes
- Semantic tokens -- Uses oklch design tokens for Vandoko brand consistency
Props
2 props
| Prop | Type | Default | Description |
|---|---|---|---|
items | FeaturedPerson[] | — | - |
className | string | — | - |
Lineage
| Property | Value |
|---|---|
| Source | @aceternity/featured-testimonials |
| Version | 1.0.0 |
| Curated | 2026-03-26 |
| License | MIT |
Modifications
- oklch color conversion
- Vandoko design token integration
- Props interface extraction