Components

Ace Features Grid

Responsive feature card grid with icon, title, and description per item

Ace Features Grid

Responsive feature card grid with icon, title, and description per item.

Preview
Open in
Loading preview...

Installation

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

Usage

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

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

Features

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

Props

2 props
PropTypeDefaultDescription
className
string-
items
AceFeaturesGridItem[]-

Lineage

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

Modifications

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

On this page