Components

Ace Grid

Generic responsive grid layout for arranging feature or content items

Ace Grid

Generic responsive grid layout for arranging feature or content items.

Preview
Open in
Loading preview...

Installation

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

Usage

import { TestimonialsGrid } from "@/components/vandoko/ace-grid";

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

Features

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

Props

1 prop
PropTypeDefaultDescription
className
string-

Lineage

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

Modifications

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

On this page