Headings

Collection of heading components to display titles and subtitles.

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6

Usage

import { H1, H2, H3, H4, H5, H6 } from "@/app/_components/ui/headings";
<H1>Heading 1</H1><H2>Heading 2</H2><H3>Heading 3</H3><H4>Heading 4</H4><H5>Heading 5</H5><H6>Heading 6</H6>

Props

NameTypeDefaultDescription
classNamestring-Adds a custom class to the component.
childrenReactNode-The content to display.