Components
Ace Hero Animated
Animated hero section with CSS keyframe effects and gradient headline
Ace Hero Animated
Animated hero section with CSS keyframe effects and gradient headline.
Preview
Loading preview...
Installation
Terminal
$npx shadcn@latest add @vandoko/ace-hero-animatedUsage
import { AceHeroAnimated } from "@/components/vandoko/ace-hero-animated";
export default function Page() {
return <AceHeroAnimated />;
}Features
- Responsive -- Adapts to all screen sizes
- Semantic tokens -- Uses oklch design tokens for Vandoko brand consistency
Props
4 props
| Prop | Type | Default | Description |
|---|---|---|---|
className | string | — | - |
title | React.ReactNode | — | - |
description | string | — | - |
children | React.ReactNode | — | - |
Lineage
| Property | Value |
|---|---|
| Source | @aceternity/hero-animated |
| Version | 1.0.0 |
| Curated | 2026-03-26 |
| License | MIT |
Modifications
- oklch color conversion
- Vandoko design token integration
- Props interface extraction