Files
shadcn-ui/apps/v4/examples/base/typography-lead.tsx
2026-03-02 12:49:00 +04:00

9 lines
210 B
TypeScript

export function TypographyLead() {
return (
<p className="text-xl text-muted-foreground">
A modal dialog that interrupts the user with important content and expects
a response.
</p>
)
}