mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-06-29 23:55:02 +00:00
9 lines
210 B
TypeScript
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>
|
|
)
|
|
}
|