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

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