mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-06-11 09:51:40 +00:00
9 lines
223 B
TypeScript
9 lines
223 B
TypeScript
export function TypographyLead() {
|
|
return (
|
|
<p className="text-xl text-slate-700 dark:text-slate-400">
|
|
A modal dialog that interrupts the user with important content and expects
|
|
a response.
|
|
</p>
|
|
)
|
|
}
|