Components

Ace Feature Card

Individual feature card with icon, heading, and body text

Ace Feature Card

Individual feature card with icon, heading, and body text.

Preview
Open in
Loading preview...

Installation

Terminal
$npx shadcn@latest add @vandoko/ace-feature-card

Usage

import { Card } from "@/components/vandoko/ace-feature-card";

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

Features

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

Props

2 props
PropTypeDefaultDescription
className
string-
childrenreq
React.ReactNode-

Lineage

PropertyValue
Source@aceternity/feature-card
Version1.0.0
Curated2026-03-26
LicenseMIT

Modifications

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

On this page