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
Loading preview...
Installation
Terminal
$npx shadcn@latest add @vandoko/ace-grid-featuresUsage
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
| Prop | Type | Default | Description |
|---|---|---|---|
className | string | — | - |
features | AceGridFeaturesItem[] | — | - |
Dependencies
lucide-react
Lineage
| Property | Value |
|---|---|
| Source | @aceternity/grid-features |
| Version | 1.0.0 |
| Curated | 2026-03-26 |
| License | MIT |
Modifications
- oklch color conversion
- Vandoko design token integration
- Props interface extraction
- Lucide icon migration