-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathregistry.json
More file actions
220 lines (220 loc) · 6.39 KB
/
registry.json
File metadata and controls
220 lines (220 loc) · 6.39 KB
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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
{
"$schema": "https://ui.shadcn.com/schema/registry.json",
"name": "prismui",
"homepage": "https://prismui.com",
"items": [
{
"name": "word-reveal",
"type": "registry:ui",
"title": "Word Reveal",
"description": "An animated text component that reveals words with motion effects.",
"files": [
{
"path": "registry/default/ui/word-reveal.tsx",
"type": "registry:ui"
}
],
"dependencies": ["framer-motion"]
},
{
"name": "hero-badge",
"type": "registry:ui",
"title": "Hero Badge",
"description": "A beautiful badge component for hero sections with icon support.",
"files": [
{
"path": "registry/default/ui/hero-badge.tsx",
"type": "registry:ui"
}
],
"dependencies": ["framer-motion"]
},
{
"name": "action-button",
"type": "registry:ui",
"title": "Action Button",
"description": "A button component with loading states and enhanced interactions.",
"files": [
{
"path": "registry/default/ui/action-button.tsx",
"type": "registry:ui"
}
],
"dependencies": ["lucide-react", "class-variance-authority"],
"registryDependencies": ["button"]
},
{
"name": "button-group",
"type": "registry:ui",
"title": "Button Group",
"description": "A component for grouping related buttons with various layouts.",
"files": [
{
"path": "registry/default/ui/button-group.tsx",
"type": "registry:ui"
}
],
"dependencies": ["class-variance-authority"]
},
{
"name": "floating-action-panel",
"type": "registry:ui",
"title": "Floating Action Panel",
"description": "A floating panel component for contextual actions and forms.",
"files": [
{
"path": "registry/default/ui/floating-action-panel.tsx",
"type": "registry:ui"
}
],
"dependencies": ["framer-motion", "lucide-react"]
},
{
"name": "timeline",
"type": "registry:ui",
"title": "Timeline",
"description": "A timeline component with expandable entries and responsive design.",
"files": [
{
"path": "registry/default/ui/timeline.tsx",
"type": "registry:ui"
}
],
"dependencies": ["framer-motion", "lucide-react"]
},
{
"name": "expandable-card",
"type": "registry:ui",
"title": "Expandable Card",
"description": "A card component that expands to show additional content with smooth animations.",
"files": [
{
"path": "registry/default/ui/expandable-card.tsx",
"type": "registry:ui"
}
],
"dependencies": ["framer-motion", "lucide-react"]
},
{
"name": "display-cards",
"type": "registry:ui",
"title": "Display Cards",
"description": "A stack of animated cards for showcasing featured content with hover effects.",
"files": [
{
"path": "registry/default/ui/display-cards.tsx",
"type": "registry:ui"
}
],
"dependencies": ["lucide-react"]
},
{
"name": "hero",
"type": "registry:ui",
"title": "Hero",
"description": "A versatile hero component with animations and customizable content.",
"files": [
{
"path": "registry/default/ui/hero.tsx",
"type": "registry:ui"
}
],
"dependencies": ["framer-motion"],
"registryDependencies": ["button"]
},
{
"name": "logo-carousel",
"type": "registry:ui",
"title": "Logo Carousel",
"description": "An animated carousel component for displaying logos and brand icons.",
"files": [
{
"path": "registry/default/ui/logo-carousel.tsx",
"type": "registry:ui"
}
],
"dependencies": ["framer-motion"]
},
{
"name": "number-flow",
"type": "registry:ui",
"title": "Number Flow",
"description": "Animated number transitions with smooth counting effects.",
"files": [
{
"path": "registry/default/ui/number-flow.tsx",
"type": "registry:ui"
}
],
"dependencies": ["@number-flow/react", "framer-motion"]
},
{
"name": "open-source",
"type": "registry:ui",
"title": "Open Source",
"description": "A component for showcasing open source projects and contributions.",
"files": [
{
"path": "registry/default/ui/open-source.tsx",
"type": "registry:ui"
}
],
"dependencies": ["framer-motion"],
"registryDependencies": ["button", "separator"]
},
{
"name": "popover",
"type": "registry:ui",
"title": "Popover",
"description": "An enhanced popover component with animations and flexible content.",
"files": [
{
"path": "registry/default/ui/popover.tsx",
"type": "registry:ui"
}
],
"dependencies": ["framer-motion", "lucide-react"],
"registryDependencies": ["button"]
},
{
"name": "tweet-card",
"type": "registry:ui",
"title": "Tweet Card",
"description": "A component for displaying Twitter/X posts with rich content and interactions.",
"files": [
{
"path": "registry/default/ui/tweet-card.tsx",
"type": "registry:ui"
}
],
"dependencies": ["framer-motion", "lucide-react", "react-tweet"],
"registryDependencies": ["button", "card", "skeleton", "tooltip"]
},
{
"name": "enhanced-button",
"type": "registry:ui",
"title": "Enhanced Button",
"description": "A button component with enhanced animations, loading states, and flexible icon positioning.",
"files": [
{
"path": "registry/default/ui/enhanced-button.tsx",
"type": "registry:ui"
}
],
"dependencies": ["framer-motion", "lucide-react"]
},
{
"name": "status-badge",
"type": "registry:ui",
"title": "Status Badge",
"description": "A badge component for displaying status with icons, colors, and optional animations.",
"files": [
{
"path": "registry/default/ui/status-badge.tsx",
"type": "registry:ui"
}
],
"dependencies": ["framer-motion", "lucide-react"]
}
]
}