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
Loading preview...
Installation
Terminal
$npx shadcn@latest add @vandoko/ace-headingUsage
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
| Prop | Type | Default | Description |
|---|---|---|---|
childrenreq | React.ReactNode | — | - |
className | string | — | - |
as | 'h1' | 'h2' | — | - |
Lineage
| Property | Value |
|---|---|
| Source | @aceternity/heading |
| Version | 1.0.0 |
| Curated | 2026-03-26 |
| License | MIT |
Modifications
- oklch color conversion
- Vandoko design token integration
- Props interface extraction