typography-lead

PreviousNext
Docs
takiexample

Preview

Loading preview…
registry/new-york/examples/typography-lead.tsx
export default function TypographyLead() {
  return (
    <p className="text-muted-foreground text-xl">
      A modal dialog that interrupts the user with important content and expects
      a response.
    </p>
  )
}

Installation

npx shadcn@latest add @taki/typography-lead

Usage

import { TypographyLead } from "@/components/typography-lead"
<TypographyLead />