test
This commit is contained in:
17
registry-template/public/r/hello-world.json
Normal file
17
registry-template/public/r/hello-world.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
|
||||
"name": "hello-world",
|
||||
"type": "registry:component",
|
||||
"title": "Hello World",
|
||||
"description": "A simple hello world component",
|
||||
"registryDependencies": [
|
||||
"button"
|
||||
],
|
||||
"files": [
|
||||
{
|
||||
"path": "registry/new-york/hello-world/hello-world.tsx",
|
||||
"content": "export function HelloWorld() {\n return <h1 className=\"text-2xl font-bold\">Hello World</h1>\n}\n",
|
||||
"type": "registry:component"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user