Components

Ace Subheading

Subheading typography primitive with muted color and configurable size

Ace Subheading

Subheading typography primitive with muted color and configurable size.

Preview
Open in
Loading preview...

Installation

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

Usage

import { AceSubheading } from "@/components/vandoko/ace-subheading";

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

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' | 'p'-

Lineage

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

Modifications

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

On this page