Components
Ace Content Card
Reusable content card with icon, title, and description for feature grids
Ace Content Card
Reusable content card with icon, title, and description for feature grids.
Preview
Loading preview...
Installation
Terminal
$npx shadcn@latest add @vandoko/ace-content-cardUsage
import { ContentCard } from "@/components/vandoko/ace-content-card";
export default function Page() {
return <ContentCard />;
}Features
- Responsive -- Adapts to all screen sizes
- Semantic tokens -- Uses oklch design tokens for Vandoko brand consistency
Props
3 props
| Prop | Type | Default | Description |
|---|---|---|---|
className | string | — | - |
title | string | — | - |
description | string | — | - |
Lineage
| Property | Value |
|---|---|
| Source | @aceternity/content-card |
| Version | 1.0.0 |
| Curated | 2026-03-26 |
| License | MIT |
Modifications
- oklch color conversion
- Vandoko design token integration
- Props interface extraction