-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathregistry.components.json
More file actions
294 lines (294 loc) · 11.5 KB
/
Copy pathregistry.components.json
File metadata and controls
294 lines (294 loc) · 11.5 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
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
[
{
"name": "click-powerup",
"exportName": "ClickPowerUp",
"docSlug": "click-power-up",
"title": "ClickPowerUp",
"description": "An animated button wrapper with corner brackets, patterned fill, and tap feedback.",
"file": "components/evil-buttons/click-powerup.tsx",
"dependencies": ["motion", "clsx", "tailwind-merge"]
},
{
"name": "sticky",
"exportName": "StickyButton",
"docSlug": "sticky-button",
"title": "StickyButton",
"description": "A magnetic button that follows cursor movement with spring physics.",
"file": "components/evil-buttons/sticky.tsx",
"dependencies": ["motion", "clsx", "tailwind-merge"]
},
{
"name": "shiny-button",
"exportName": "ShinyButton",
"docSlug": "shiny-button",
"title": "ShinyButton",
"description": "A glossy, gradient-styled button with a layered inner glow and press feedback.",
"file": "components/evil-buttons/shiny-button.tsx",
"dependencies": []
},
{
"name": "movie-pass",
"exportName": "MoviePassButton",
"docSlug": "movie-pass",
"title": "MoviePassButton",
"description": "A ticket-style button like a cinema stub.",
"file": "components/evil-buttons/movie-pass.tsx",
"dependencies": []
},
{
"name": "minimal",
"exportName": "MinimalButton",
"docSlug": "minimal-button",
"title": "MinimalButton",
"description": "A sleek, minimal button with a subtle repeating linear gradient pattern.",
"file": "components/evil-buttons/minimal.tsx",
"registryDependencies": ["button"],
"dependencies": ["clsx", "tailwind-merge"]
},
{
"name": "grid-button",
"exportName": "GridButton",
"docSlug": "grid-button",
"title": "GridButton",
"description": "A retro-styled button with a pixelated grid icon and tactile press feedback.",
"file": "components/evil-buttons/grid-button.tsx",
"registryDependencies": ["@dotmatrix/dotm-square-11"],
"dependencies": ["clsx", "tailwind-merge"]
},
{
"name": "dither-button",
"exportName": "DitherButton",
"docSlug": "dither-button",
"title": "DitherButton",
"description": "A button with an animated 4x4 ordered-dither wave background and a knockout label.",
"file": "components/evil-buttons/dither-button.tsx",
"dependencies": ["clsx", "tailwind-merge"]
},
{
"name": "evil-eye-button",
"exportName": "EvilEyeButton",
"docSlug": "evil-eye-button",
"title": "EvilEyeButton",
"description": "A button with a React Bits evil eye shader background and a fiery readable label.",
"file": "components/evil-buttons/evil-eye-button.tsx",
"registryDependencies": ["@react-bits/EvilEye-TS-TW"],
"dependencies": ["clsx", "tailwind-merge"]
},
{
"name": "troll-button",
"exportName": "TrollButton",
"docSlug": "troll-button",
"title": "TrollButton",
"description": "A button that flees from the user's cursor.",
"file": "components/evil-buttons/troll-button.tsx",
"registryDependencies": ["button"],
"dependencies": ["motion"]
},
{
"name": "chrome-button",
"exportName": "ChromeButton",
"docSlug": "chrome-button",
"title": "ChromeButton",
"description": "A button with an animated liquid chrome background.",
"file": "components/evil-buttons/chrome-button.tsx",
"registryDependencies": ["@react-bits/LiquidChrome-TS-TW"],
"dependencies": []
},
{
"name": "brutal-button",
"exportName": "BrutalButton",
"docSlug": "brutal-button",
"title": "BrutalButton",
"description": "A NeoBrutalism style button with sharp shadows and stark borders.",
"file": "components/evil-buttons/brutal-button.tsx",
"dependencies": ["clsx", "tailwind-merge"]
},
{
"name": "aqua-button",
"exportName": "AquaButton",
"docSlug": "aqua-button",
"title": "AquaButton",
"description": "A glossy pill button inspired by Apple's Aqua interface, with layered highlights and a soft inner glow.",
"file": "components/evil-buttons/aqua-button.tsx",
"dependencies": ["clsx", "tailwind-merge"]
},
{
"name": "3d-button",
"exportName": "ThreeDButton",
"docSlug": "3d-button",
"title": "ThreeDButton",
"description": "A minimal 3D button with a clean deck-style press and sliding click sheen.",
"file": "components/evil-buttons/3d-button.tsx",
"dependencies": ["clsx", "tailwind-merge", "motion"]
},
{
"name": "frame-button",
"exportName": "FrameButton",
"docSlug": "frame-button",
"title": "FrameButton",
"description": "A futuristic button with animated corner frames and tactile motion interactions.",
"file": "components/evil-buttons/frame-button.tsx",
"dependencies": ["clsx", "tailwind-merge", "motion"]
},
{
"name": "highlight-button",
"exportName": "HighlightButton",
"docSlug": "highlight-button",
"title": "HighlightButton",
"description": "A button with a mouse-following highlight that darkens light surfaces and expands on click.",
"file": "components/evil-buttons/highlight-button.tsx",
"registryDependencies": ["button"],
"dependencies": ["clsx", "tailwind-merge"]
},
{
"name": "glitch-button",
"exportName": "GlitchButton",
"docSlug": "glitch-button",
"title": "GlitchButton",
"description": "A button with randomized RGB-split glitch bursts, a scanline overlay, and a flickering label.",
"file": "components/evil-buttons/glitch-button.tsx",
"dependencies": ["clsx", "tailwind-merge"]
},
{
"name": "command-button",
"exportName": "CommandButton",
"docSlug": "command-button",
"title": "CommandButton",
"description": "A button that binds a keyboard shortcut globally and pulses with a subtle flash animation when the shortcut fires.",
"file": "components/evil-buttons/command-button.tsx",
"dependencies": ["clsx", "tailwind-merge", "motion"]
},
{
"name": "copy-button",
"exportName": "CopyButton",
"docSlug": "copy-button",
"title": "CopyButton",
"description": "A button that copies a value to the clipboard and transitions through idle, copied, and error states with animated icon swaps.",
"file": "components/evil-buttons/copy-button.tsx",
"dependencies": ["clsx", "tailwind-merge", "motion"]
},
{
"name": "reveal-button",
"exportName": "RevealButton",
"docSlug": "reveal-button",
"title": "RevealButton",
"description": "A button that reveals a hidden secret value on hold or toggle, with a blur-in animation and an eye icon indicator.",
"file": "components/evil-buttons/reveal-button.tsx",
"dependencies": ["clsx", "tailwind-merge", "motion"]
},
{
"name": "demonic-button",
"exportName": "DemonicButton",
"docSlug": "demonic-button",
"title": "DemonicButton",
"description": "A hold-to-charge button: keep pressing to slowly strain the devil horns out while it trembles, spits embers, and flashes between black and blood-red like a filling life meter.",
"file": "components/evil-buttons/demonic-button.tsx",
"dependencies": ["motion"]
},
{
"name": "hold-button",
"exportName": "HoldButton",
"docSlug": "hold-button",
"title": "HoldButton",
"description": "A hold-to-confirm button whose inner fill grows from 0 to 100%; release early to shake and abort, hold to the end to fire the action.",
"file": "components/evil-buttons/hold-button.tsx",
"dependencies": ["clsx", "tailwind-merge"]
},
{
"name": "captcha-button",
"exportName": "CaptchaButton",
"docSlug": "captcha-button",
"title": "CaptchaButton",
"description": "A button that makes you pass an absurd 'select all the evil' emoji captcha before the real action fires.",
"file": "components/evil-buttons/captcha-button.tsx",
"registryDependencies": ["@ncdai/twemoji"],
"dependencies": ["clsx", "tailwind-merge", "motion"]
},
{
"name": "doubt-button",
"exportName": "DoubtButton",
"docSlug": "doubt-button",
"title": "DoubtButton",
"description": "An escalating-confirmation button that makes you click through increasingly absurd, guilt-tripping prompts before the real action finally fires.",
"file": "components/evil-buttons/doubt-button.tsx",
"dependencies": ["clsx", "tailwind-merge", "motion"]
},
{
"name": "slide-to-detonate",
"exportName": "SlideToDetonate",
"docSlug": "slide-to-detonate",
"title": "SlideToDetonate",
"description": "A slide-to-confirm safety gate that makes you drag a handle across a fuse before the real action detonates.",
"file": "components/evil-buttons/slide-to-detonate.tsx",
"registryDependencies": ["button"],
"dependencies": ["clsx", "tailwind-merge", "motion"]
},
{
"name": "morph-status-button",
"exportName": "MorphStatusButton",
"docSlug": "morph-status-button",
"title": "MorphStatusButton",
"description": "A single button that morphs through idle, loading, success, and error states in place, with no layout shift.",
"file": "components/evil-buttons/morph-status-button.tsx",
"registryDependencies": ["button"],
"dependencies": ["clsx", "tailwind-merge", "motion"]
},
{
"name": "cooldown-button",
"exportName": "CooldownButton",
"docSlug": "cooldown-button",
"title": "CooldownButton",
"description": "A button that locks itself behind a draining radial timer after each click to stop spam and double-submits, taunting you while you wait.",
"file": "components/evil-buttons/cooldown-button.tsx",
"registryDependencies": ["button"],
"dependencies": ["clsx", "tailwind-merge", "motion"]
},
{
"name": "pill-button",
"exportName": "PillButton",
"docSlug": "pill-button",
"title": "PillButton",
"description": "A compact pill toggle that slides between two labeled faces with a rolling hover label animation.",
"file": "components/evil-buttons/pill-button.tsx",
"dependencies": ["clsx", "tailwind-merge", "motion"]
},
{
"name": "confetti-button",
"exportName": "ConfettiButton",
"docSlug": "confetti-button",
"title": "ConfettiButton",
"description": "A plain shadcn button that pops on click and fires a confetti celebration burst.",
"file": "components/evil-buttons/confetti-button.tsx",
"registryDependencies": ["button"],
"dependencies": ["canvas-confetti", "clsx", "tailwind-merge", "motion"]
},
{
"name": "hold-confirm-button",
"exportName": "HoldConfirmButton",
"docSlug": "hold-confirm-button",
"title": "HoldConfirmButton",
"description": "A hold-to-confirm pill button that shrinks while pressed and draws a circular progress ring around it using Motion styleEffect and svgEffect.",
"file": "components/evil-buttons/hold-confirm-button.tsx",
"dependencies": ["clsx", "tailwind-merge", "motion"]
},
{
"name": "dont-press-button",
"exportName": "DontPressButton",
"docSlug": "dont-press-button",
"title": "DontPressButton",
"description": "A reverse-psychology button that begs you not to press it, then grows more tempting the closer your cursor gets.",
"file": "components/evil-buttons/dont-press-button.tsx",
"registryDependencies": ["button"],
"dependencies": ["clsx", "tailwind-merge", "motion"]
},
{
"name": "ash-burst-button",
"exportName": "AshBurstButton",
"docSlug": "ash-burst-button",
"title": "AshBurstButton",
"description": "A button that burns on click and erupts ash that collides with the button via Matter.js physics, piling onto its surface.",
"file": "components/evil-buttons/ash-burst-button.tsx",
"registryDependencies": ["button"],
"dependencies": ["matter-js", "clsx", "tailwind-merge", "motion"]
}
]