Skip to content

Commit 62c479f

Browse files
feat(CLI): Add registry.json file
1 parent 8095d44 commit 62c479f

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

registry.json

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
{
2+
"$schema": "https://ui.shadcn.com/schema/registry.json",
3+
"name": "angularui",
4+
"homepage": "https://angularui.org",
5+
"items": [
6+
{
7+
"name": "alert",
8+
"type": "registry:block",
9+
"title": "Alert",
10+
"description": "An alert component for Angular.",
11+
"files": [
12+
{
13+
"path": "projects/core/src/lib/alert.ts",
14+
"type": "registry:component",
15+
"url": "https://raw.githubusercontent.com/angularui-org/angularui/main/projects/core/src/lib/alert.ts"
16+
}
17+
]
18+
},
19+
{
20+
"name": "button",
21+
"type": "registry:block",
22+
"title": "Button",
23+
"description": "A button component for Angular.",
24+
"files": [
25+
{
26+
"path": "projects/core/src/lib/button.ts",
27+
"type": "registry:component",
28+
"url": "https://raw.githubusercontent.com/angularui-org/angularui/main/projects/core/src/lib/button.ts"
29+
}
30+
]
31+
},
32+
{
33+
"name": "card",
34+
"type": "registry:block",
35+
"title": "Card",
36+
"description": "A card component for Angular.",
37+
"files": [
38+
{
39+
"path": "projects/core/src/lib/card.ts",
40+
"type": "registry:component",
41+
"url": "https://raw.githubusercontent.com/angularui-org/angularui/main/projects/core/src/lib/card.ts"
42+
}
43+
]
44+
}
45+
]
46+
}

0 commit comments

Comments
 (0)