typography-h3-demo

PreviousNext
Docs
kanpekiexample

Preview

Loading preview…
registry/examples/typography/typography-h3-demo.tsx
export function TypographyH3() {
  return <h3 className="heading-3">The Joke Tax</h3>;
}

Installation

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

Usage

import { TypographyH3Demo } from "@/components/typography-h3-demo"
<TypographyH3Demo />