mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-07-07 14:08:47 +00:00
* 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
14 lines
611 B
JSON
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": ""
|
|
}
|
|
]
|
|
} |