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
Open in
Loading preview...

Installation

Terminal
$npx shadcn@latest add @vandoko/ace-section-heading

Usage

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
PropTypeDefaultDescription
childrenreq
string-
delay
number-
className
string-

Dependencies

  • motion

Lineage

PropertyValue
Source@aceternity/section-heading
Version1.0.0
Curated2026-03-26
LicenseMIT

Modifications

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

On this page