Components

Ace Heading

Typography heading primitive with size variants and gradient text support

Ace Heading

Typography heading primitive with size variants and gradient text support.

Preview
Open in
Loading preview...

Installation

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

Usage

import { AceHeading } from "@/components/vandoko/ace-heading";

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

Features

  • Responsive -- Adapts to all screen sizes
  • Semantic tokens -- Uses oklch design tokens for Vandoko brand consistency

Props

3 props
PropTypeDefaultDescription
childrenreq
React.ReactNode-
className
string-
as
'h1' | 'h2'-

Lineage

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

Modifications

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

On this page