typography-h4

PreviousNext
Docs
takiexample

Preview

Loading preview…
registry/new-york/examples/typography-h4.tsx
export default function TypographyH4() {
  return (
    <h4 className="scroll-m-20 text-xl font-semibold tracking-tight">
      People stopped telling jokes
    </h4>
  )
}

Installation

npx shadcn@latest add @taki/typography-h4

Usage

import { TypographyH4 } from "@/components/typography-h4"
<TypographyH4 />