Components

Ace Features Cards

Animated feature cards with motion/react entrance and hover effects

Ace Features Cards

Animated feature cards with motion/react entrance and hover effects.

Preview
Open in
Loading preview...

Installation

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

Usage

import { FeaturesCards } from "@/components/vandoko/ace-features-cards";

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

Features

  • Animated -- Smooth entrance and interaction animations via motion/react
  • Interactive -- Responds to user hover and mouse interactions
  • Responsive -- Adapts to all screen sizes
  • Semantic tokens -- Uses oklch design tokens for Vandoko brand consistency

Props

2 props
PropTypeDefaultDescription
className
string-
features
AceFeaturesCardsItem[]-

Dependencies

  • motion

Lineage

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

Modifications

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

On this page