typography-h2-demo

PreviousNext
Docs
kanpekiexample

Preview

Loading preview…
registry/examples/typography/typography-h2-demo.tsx
export function TypographyH2() {
  return <h2 className="heading-2">The People of the Kingdom</h2>;
}

Installation

npx shadcn@latest add @kanpeki/typography-h2-demo

Usage

import { TypographyH2Demo } from "@/components/typography-h2-demo"
<TypographyH2Demo />