Files
shadcn-ui/apps/v4/examples/radix/typography-blockquote.tsx
shadcn 62aef1117f fix
2026-01-08 21:27:27 +04:00

9 lines
281 B
TypeScript

export function TypographyBlockquote() {
return (
<blockquote className="mt-6 border-l-2 pl-6 italic">
&quot;After all,&quot; he said, &quot;everyone enjoys a good joke, so
it&apos;s only fair that they should pay for the privilege.&quot;
</blockquote>
)
}