theme/libs/registry/registry.json
2025-05-10 03:49:47 +08:00

32 lines
765 B
JSON

{
"$schema": "https://ui.shadcn.com/schema/registry.json",
"name": "shadcn",
"homepage": "https://ui.shadcn.com",
"items": [
{
"name": "hello-world",
"type": "registry:block",
"title": "Hello World",
"description": "A simple hello world component.",
"files": [
{
"path": "registry/hello-world/hello-world.tsx",
"type": "registry:component"
}
]
},
{
"name": "basename",
"type": "registry:file",
"title": "Basename",
"description": "The basename for the router.",
"files": [
{
"path": "registry/modules/basename.ts",
"type": "registry:file",
"target": "src/modules/basename.ts"
}
]
}
]
}