Components

Ace Testimonial

Single testimonial card with avatar, name, role, and quote text

Ace Testimonial

Single testimonial card with avatar, name, role, and quote text.

Preview
Open in
Loading preview...

Installation

Terminal
$npx shadcn@latest add @vandoko/ace-testimonial

Usage

import { Testimonial } from "@/components/vandoko/ace-testimonial";

export default function Page() {
  return <Testimonial />;
}

Features

  • Responsive -- Adapts to all screen sizes
  • Semantic tokens -- Uses oklch design tokens for Vandoko brand consistency

Props

2 props
PropTypeDefaultDescription
className
string-
testimonialreq
AceTestimonialData-

Lineage

PropertyValue
Source@aceternity/testimonial
Version1.0.0
Curated2026-03-26
LicenseMIT

Modifications

  • oklch color conversion
  • Vandoko design token integration
  • Props interface extraction

On this page