Components

Ace Card Pattern

Card with animated motion/react gradient pattern that follows cursor

Ace Card Pattern

Card with animated motion/react gradient pattern that follows cursor.

Preview
Open in
Loading preview...

Installation

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

Usage

import { AceCardPattern } from "@/components/vandoko/ace-card-pattern";

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

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

3 props
PropTypeDefaultDescription
mouseXreq
MotionValue<number>-
mouseYreq
MotionValue<number>-
className
string-

Dependencies

  • motion

Lineage

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

Modifications

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

On this page