Components

Ace Grid Features

Feature grid with lucide-react icons, title, and description per cell

Ace Grid Features

Feature grid with lucide-react icons, title, and description per cell.

Preview
Open in
Loading preview...

Installation

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

Usage

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

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

Features

  • Icon support -- Lucide React icons for clean, consistent iconography
  • Responsive -- Adapts to all screen sizes
  • Semantic tokens -- Uses oklch design tokens for Vandoko brand consistency

Props

2 props
PropTypeDefaultDescription
className
string-
features
AceGridFeaturesItem[]-

Dependencies

  • lucide-react

Lineage

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

Modifications

  • oklch color conversion
  • Vandoko design token integration
  • Props interface extraction
  • Lucide icon migration

On this page