mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-07-08 22:45:47 +00:00
9 lines
281 B
TypeScript
9 lines
281 B
TypeScript
export function TypographyBlockquote() {
|
|
return (
|
|
<blockquote className="mt-6 border-l-2 pl-6 italic">
|
|
"After all," he said, "everyone enjoys a good joke, so
|
|
it's only fair that they should pay for the privilege."
|
|
</blockquote>
|
|
)
|
|
}
|