Heading
Semantic heading elements with consistent typography.
Levels
Heading 1
Heading 2
Heading 3
Heading 4
Heading Props
| Prop | Type | Default | Description |
|---|---|---|---|
| as | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "h2" | HTML heading element |
| size | "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "lg" | Text size |
| children* | ReactNode | — | Heading content |
| className | string | — | Additional CSS classes |