Files
shadcn-ui/apps/v4/examples/radix/typography-lead.tsx
shadcn 62aef1117f fix
2026-01-08 21:27:27 +04:00

9 lines
210 B
TypeScript

export 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>
)
}