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