For the complete documentation index, see llms.txt. Markdown variants are available by appending .md to any URL or sending an Accept: text/markdown header. An agent skill is available at /.well-known/agent-skills/site-skill.md.
/
0
Sponsor

Heading

Document headings with typographic scale.

Installation

$ pnpm dlx shadcn@latest add @pdfcn/forme/heading

Usage

import { Heading } from "@/components/pdf/heading";
<Heading level={1}>Heading</Heading>

API Reference

Heading

PropTypeDefault
level1 | 2 | 3 | 4 | 5 | 61
align'left' | 'center' | 'right''left'
colorstring-
transform'uppercase' | 'lowercase' | 'capitalize'-
weight'normal' | 'medium' | 'semibold' | 'bold''bold'
tracking'tighter' | 'tight' | 'normal' | 'wide' | 'wider''normal'
noMarginbooleanfalse
keepWithNextboolean-