-
-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathregistry.json
More file actions
45 lines (45 loc) · 1.56 KB
/
Copy pathregistry.json
File metadata and controls
45 lines (45 loc) · 1.56 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
{
"$schema": "https://ui.shadcn.com/schema/registry.json",
"name": "ncdai/react-wheel-picker",
"homepage": "https://github.com/ncdai/react-wheel-picker",
"items": [
{
"name": "react-wheel-picker",
"type": "registry:item",
"title": "React Wheel Picker",
"description": "iOS-like wheel picker for React with smooth inertia scrolling and infinite loop support.",
"files": [
{
"path": "packages/react-wheel-picker/src/index.tsx",
"type": "registry:component",
"target": "@components/react-wheel-picker/index.tsx"
},
{
"path": "packages/react-wheel-picker/src/context.tsx",
"type": "registry:component",
"target": "@components/react-wheel-picker/context.tsx"
},
{
"path": "packages/react-wheel-picker/src/types.ts",
"type": "registry:file",
"target": "@components/react-wheel-picker/types.ts"
},
{
"path": "packages/react-wheel-picker/src/use-controllable-state.ts",
"type": "registry:hook",
"target": "@components/react-wheel-picker/use-controllable-state.ts"
},
{
"path": "packages/react-wheel-picker/src/use-typeahead-search.ts",
"type": "registry:hook",
"target": "@components/react-wheel-picker/use-typeahead-search.ts"
},
{
"path": "packages/react-wheel-picker/src/style.css",
"type": "registry:file",
"target": "@components/react-wheel-picker/style.css"
}
]
}
]
}