File tree Expand file tree Collapse file tree 1 file changed +46
-0
lines changed Expand file tree Collapse file tree 1 file changed +46
-0
lines changed Original file line number Diff line number Diff line change
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
+ }
You can’t perform that action at this time.
0 commit comments