Files
shadcn-ui/apps/www/registry/default/example/typography-lead.tsx
2023-06-22 22:44:52 +04:00

9 lines
218 B
TypeScript

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