-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathregistry.json
More file actions
41 lines (41 loc) · 1.16 KB
/
Copy pathregistry.json
File metadata and controls
41 lines (41 loc) · 1.16 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
{
"$schema": "https://ui.shadcn.com/schema/registry.json",
"name": "Clocket UI",
"homepage": "https://ui.clocket.io",
"items": [
{
"name": "date-range-picker",
"type": "registry:ui",
"title": "Date Range Picker",
"description": "A comprehensive date range picker component with predefined ranges and calendar selection",
"dependencies": ["date-fns", "react-day-picker", "lucide-react"],
"registryDependencies": [
"button",
"calendar",
"popover",
"scroll-area",
"select"
],
"files": [
{
"path": "registry/new-york/ui/date-range-picker.tsx",
"type": "registry:ui"
}
]
},
{
"name": "date-range-picker-demo",
"type": "registry:block",
"title": "Date Range Picker Demo",
"description": "Demo showing different configurations and layouts of the date range picker",
"registryDependencies": ["date-range-picker"],
"dependencies": ["date-fns"],
"files": [
{
"path": "registry/new-york/blocks/date-range-picker/page.tsx",
"type": "registry:block"
}
]
}
]
}