-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathregistry.json
More file actions
46 lines (46 loc) · 1.37 KB
/
registry.json
File metadata and controls
46 lines (46 loc) · 1.37 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
{
"$schema": "https://ui.shadcn.com/schema/registry.json",
"name": "gamifykit",
"homepage": "https://gamifykit.com",
"items": [
{
"name": "daily-streak",
"type": "registry:component",
"title": "Daily Streak",
"description": "A card component that displays a user's daily streak with a 7-day dot grid",
"registryDependencies": ["card", "badge"],
"files": [
{
"path": "registry/new-york/components/daily-streak.tsx",
"type": "registry:component"
}
]
},
{
"name": "achievements",
"type": "registry:component",
"title": "Achievements",
"description": "A card component that displays a user's achievements and unlockable achievements",
"registryDependencies": ["card", "badge", "progress"],
"files": [
{
"path": "registry/new-york/components/achievements.tsx",
"type": "registry:component"
}
]
},
{
"name": "leaderboard",
"type": "registry:component",
"title": "Leaderboard",
"description": "A card component that displays a user ranking with scores and avatars",
"registryDependencies": ["card", "avatar", "badge", "button"],
"files": [
{
"path": "registry/new-york/components/leaderboard.tsx",
"type": "registry:component"
}
]
}
]
}