-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathregistry.json
57 lines (57 loc) · 1.86 KB
/
registry.json
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
{
"$schema": "https://ui.shadcn.com/schema/registry.json",
"name": "downshift-shadcn-combobox",
"homepage": "https://downshift-shadcn-combobox.vercel.app/",
"items": [
{
"name": "downshift-combobox",
"title": "Combobox",
"description": "An autocomplete input and command palette with a list of suggestions. Built using Downshift.",
"type": "registry:ui",
"dependencies": ["downshift"],
"registryDependencies": ["input", "popover", "scroll-area"],
"files": [
{
"path": "src/registry/combobox/combobox.tsx",
"type": "registry:ui",
"target": "components/ui/combobox/combobox.tsx"
},
{
"path": "src/registry/combobox/combobox-content.tsx",
"type": "registry:ui",
"target": "components/ui/combobox/combobox-content.tsx"
},
{
"path": "src/registry/combobox/combobox-empty.tsx",
"type": "registry:ui",
"target": "components/ui/combobox/combobox-empty.tsx"
},
{
"path": "src/registry/combobox/combobox-input.tsx",
"type": "registry:ui",
"target": "components/ui/combobox/combobox-input.tsx"
},
{
"path": "src/registry/combobox/combobox-item.tsx",
"type": "registry:ui",
"target": "components/ui/combobox/combobox-item.tsx"
},
{
"path": "src/registry/combobox/context.ts",
"type": "registry:ui",
"target": "components/ui/combobox/context.ts"
},
{
"path": "src/registry/combobox/index.ts",
"type": "registry:ui",
"target": "components/ui/combobox/index.ts"
},
{
"path": "src/registry/combobox/types.ts",
"type": "registry:ui",
"target": "components/ui/combobox/types.ts"
}
]
}
]
}