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