Files
shadcn-ui/apps/www/public/r/styles/default/typography-blockquote.json
shadcn 254198b4bf feat: add shadcn/registry (#6339)
* feat: implement shadcn/registry

* feat: add schema field

* fix: import

* chore: add changeset

* chore: remove console

* fix: tests

* fix: diff command

* feat: move to schema/registy-item.json

* fix

* ci: switch to node 20

* ci: build packages
2025-01-14 10:50:19 +04:00

14 lines
611 B
JSON

{
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
"name": "typography-blockquote",
"type": "registry:example",
"author": "shadcn (https://ui.shadcn.com)",
"files": [
{
"path": "examples/typography-blockquote.tsx",
"content": "export default function TypographyBlockquote() {\n return (\n <blockquote className=\"mt-6 border-l-2 pl-6 italic\">\n \"After all,\" he said, \"everyone enjoys a good joke, so it's only fair that\n they should pay for the privilege.\"\n </blockquote>\n )\n}\n",
"type": "registry:example",
"target": ""
}
]
}