Files
shadcn-ui/apps/www/components/examples/typography/lead.tsx
2023-04-17 19:19:40 +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>
)
}