-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathregistry.json
More file actions
37 lines (36 loc) · 1.1 KB
/
Copy pathregistry.json
File metadata and controls
37 lines (36 loc) · 1.1 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
{
"$schema": "https://ui.shadcn.com/schema/registry.json",
"name": "tweakcn-switcher",
"homepage": "https://github.com/yourusername/tweakcn-switcher",
"items": [
{
"name": "tweakcn-switcher",
"type": "registry:component",
"title": "Tweakcn Switcher",
"description": "A component for switching shadcn/ui themes dynamically from tweakcn.com with favorites and preview support",
"registryDependencies": ["button", "input", "dialog", "label"],
"files": [
{
"path": "registry/tweakcn-switcher/tweakcn-switcher.tsx",
"type": "registry:component"
},
{
"path": "registry/tweakcn-switcher/theme-preview-dialog.tsx",
"type": "registry:component"
},
{
"path": "registry/tweakcn-switcher/use-tweakcn-switcher.ts",
"type": "registry:hook"
},
{
"path": "registry/tweakcn-switcher/types.ts",
"type": "registry:lib"
},
{
"path": "registry/tweakcn-switcher/utils.ts",
"type": "registry:lib"
}
]
}
]
}