mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-07-09 06:55:07 +00:00
* feat(www): add login blocks * chore(www): restructure for blocks * chore: build registry * chore: clean up chunks * fix(www): chart categories * feat(www): big registry refactor * feat(www): update blocks * feat: complex blocks * fix: update schema * feat: sync new-york and default * fix: lint * feat: move charts * fix(www): code * fix: src path * chore: rebuild registry * fix: screenshot * fix: set new-york as default
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>
|
|
)
|
|
}
|