Components
Ace Section Heading
Section heading primitive with motion/react fade-in and optional eyebrow text
Ace Section Heading
Section heading primitive with motion/react fade-in and optional eyebrow text.
Preview
Loading preview...
Installation
Terminal
$npx shadcn@latest add @vandoko/ace-section-headingUsage
import { AceSectionHeading } from "@/components/vandoko/ace-section-heading";
export default function Page() {
return <AceSectionHeading />;
}Features
- Animated -- Smooth entrance and interaction animations via motion/react
- Responsive -- Adapts to all screen sizes
- Semantic tokens -- Uses oklch design tokens for Vandoko brand consistency
Props
3 props
| Prop | Type | Default | Description |
|---|---|---|---|
childrenreq | string | — | - |
delay | number | — | - |
className | string | — | - |
Dependencies
motion
Lineage
| Property | Value |
|---|---|
| Source | @aceternity/section-heading |
| Version | 1.0.0 |
| Curated | 2026-03-26 |
| License | MIT |
Modifications
- oklch color conversion
- Vandoko design token integration
- Props interface extraction