Components

Ace Testimonial Column

Vertical testimonial column for masonry-style testimonial layouts

Ace Testimonial Column

Vertical testimonial column for masonry-style testimonial layouts.

Preview
Open in
Loading preview...

Installation

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

Usage

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

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

Features

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

Props

3 props
PropTypeDefaultDescription
className
string-
shift
number-
childrenreq
React.ReactNode-

Lineage

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

Modifications

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

On this page