mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-07-07 14:08:47 +00:00
9 lines
264 B
TypeScript
9 lines
264 B
TypeScript
export default 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>
|
|
)
|
|
}
|