-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathregistry.json
More file actions
92 lines (92 loc) · 2.74 KB
/
registry.json
File metadata and controls
92 lines (92 loc) · 2.74 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
{
"$schema": "https://ui.shadcn.com/schema/registry.json",
"name": "fifth-ui",
"homepage": "ui.fifthwit.net",
"items": [
{
"name": "gh-hover-card",
"type": "registry:component",
"title": "Github Hover Card",
"description": "A card with a smooth hover effect design from the GitHub website",
"dependencies": [],
"registryDependencies": [],
"files": [
{
"path": "registry/components/github-hover-card.tsx",
"type": "registry:component",
"target": "components/github-hover-card.tsx"
}
]
},
{
"name": "sliding-menu",
"type": "registry:component",
"title": "Sliding Menu",
"description": "A Dropdown menu that slides between selected items",
"dependencies": ["tw-animate-css", "@radix-ui/react-popover"],
"registryDependencies": [],
"files": [
{
"path": "registry/components/sliding-menu.tsx",
"type": "registry:component",
"target": "components/sliding-menu.tsx"
}
]
},
{
"name": "stateful-badge",
"type": "registry:component",
"title": "Stateful Badge",
"description": "A Badge that animates when it's state is changed",
"dependencies": ["motion", "@phosphor-icons/react"],
"registryDependencies": [],
"files": [
{
"path": "registry/components/stateful-badge.tsx",
"type": "registry:component",
"target": "components/stateful-badge.tsx"
}
]
},
{
"name": "collapsible",
"type": "registry:component",
"title": "Collapsible",
"description": "Animated Collapsible component",
"dependencies": ["motion", "@radix-ui/react-collapsible"],
"registryDependencies": [],
"files": [
{
"path": "registry/components/collapsible.tsx",
"type": "registry:component",
"target": "components/collapsible.tsx"
}
]
},
{
"name": "spinner",
"type": "registry:component",
"title": "Spinner",
"description": "Animated loading indicator (spinner) components",
"dependencies": ["tw-animate-css"],
"css": {
"@theme": {
"--animate-angle-spin": "angle-spin var(--tw-duration, 1.1s) var(--tw-ease, linear) infinite",
"@keyframes angle-spin": { "to": { "--spinner-angle": "360deg" } }
},
"@property --spinner-angle": {
"syntax": "\"<angle>\"",
"initial-value": "0deg",
"inherits": "false"
}
},
"files": [
{
"path": "registry/components/collapsible.tsx",
"type": "registry:component",
"target": "components/collapsible.tsx"
}
]
}
]
}