-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathregistry.json
95 lines (95 loc) · 2.7 KB
/
registry.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"$schema": "https://ui.shadcn.com/schema/registry.json",
"name": "chanhdai",
"homepage": "https://chanhdai.com",
"items": [
{
"name": "cn",
"type": "registry:lib",
"description": "A tiny utility to conditionally join class names together.",
"dependencies": [
"clsx",
"tailwind-merge"
],
"files": [
{
"path": "src/lib/cn.ts",
"type": "registry:lib"
}
]
},
{
"name": "simple-tooltip",
"type": "registry:component",
"title": "Simple Tooltip",
"description": "SimpleTooltip component provides a tooltip functionality for wrapping elements.",
"author": "Nguyen Chanh Dai <[email protected]>",
"registryDependencies": [
"tooltip"
],
"files": [
{
"path": "src/registry/simple-tooltip/simple-tooltip.tsx",
"type": "registry:component"
}
]
},
{
"name": "switch-theme",
"type": "registry:component",
"title": "Switch Theme",
"description": "This component provides a theme switcher for a React application using the next-themes library. It allows users to toggle between light, dark, and system themes.",
"author": "Nguyen Chanh Dai <[email protected]>",
"dependencies": [
"next-themes",
"lucide-react",
"motion"
],
"registryDependencies": [
"https://chanhdai.com/r/cn.json"
],
"files": [
{
"path": "src/registry/switch-theme/switch-theme.tsx",
"type": "registry:component"
}
]
},
{
"name": "flip-sentences",
"type": "registry:component",
"title": "Flip Sentences",
"description": "This component provides a text animation effect that flips through a list of sentences.",
"author": "Nguyen Chanh Dai <[email protected]>",
"dependencies": [
"motion"
],
"registryDependencies": [
"https://chanhdai.com/r/cn.json"
],
"files": [
{
"path": "src/registry/flip-sentences/flip-sentences.tsx",
"type": "registry:component"
}
]
},
{
"name": "toggle-theme",
"type": "registry:component",
"title": "Toggle Theme",
"description": "This component provides a theme switcher for a React application using the next-themes library. It allows users to toggle between light and dark themes.",
"author": "Nguyen Chanh Dai <[email protected]>",
"dependencies": [
"next-themes",
"lucide-react"
],
"files": [
{
"path": "src/registry/toggle-theme/toggle-theme.tsx",
"type": "registry:component"
}
]
}
]
}