-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathregistry.json
More file actions
109 lines (109 loc) · 3.23 KB
/
registry.json
File metadata and controls
109 lines (109 loc) · 3.23 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"$schema": "https://ui.shadcn.com/schema/registry.json",
"name": "Roadmap Timeline",
"homepage": "https://roadmap.hncore.website",
"items": [
{
"name": "horizontal-event-timeline-carousel",
"type": "registry:block",
"title": "Horizontal Event Timeline Carousel",
"description": "shadcn/ui horizontal event timeline and roadmap carousel block",
"registryDependencies": ["badge", "card"],
"files": [
{
"path": "src/app/horizontal/page.tsx",
"type": "registry:component",
"target": "components/horizontal-event-timeline-carousel.tsx"
}
]
},
{
"name": "vertical-dynamic-path-arrow-event-timeline-carousel",
"type": "registry:block",
"title": "Vertical Dynamic Path Arrow Event Timeline Carousel",
"description": "shadcn/ui vertical Dynamic Path Arrow event timeline and roadmap carousel block",
"registryDependencies": ["button"],
"files": [
{
"path": "src/app/dynamic-path-arrow/page.tsx",
"type": "registry:component",
"target": "components/vertical-dynamic-path-arrow-event-timeline-carousel.tsx"
}
]
},
{
"name": "vertical-event-timeline",
"type": "registry:block",
"title": "Vertical Event Timeline",
"description": "shadcn/ui vertical event timeline and roadmap block",
"registryDependencies": ["badge", "card"],
"files": [
{
"path": "src/app/vertical/page.tsx",
"type": "registry:component",
"target": "components/vertical-event-timeline.tsx"
}
]
},
{
"name": "modern-vertical-event-timeline",
"type": "registry:block",
"title": "Modern Vertical Event Timeline",
"description": "shadcn/ui modern vertical event timeline and roadmap block",
"registryDependencies": ["badge", "card"],
"files": [
{
"path": "src/app/modern/page.tsx",
"type": "registry:component",
"target": "components/modern-vertical-event-timeline.tsx"
}
]
},
{
"name": "gantt-chart-roadmap-timeline",
"type": "registry:block",
"title": "Gantt Chart Roadmap Timeline",
"description": "shadcn/ui gantt chart roadmap and timeline block",
"registryDependencies": [
"badge",
"tooltip",
"dialog",
"select",
"progress",
"separator",
"scroll-area",
"card"
],
"files": [
{
"path": "src/app/gantt/page.tsx",
"type": "registry:component",
"target": "components/gantt-chart-roadmap-timeline.tsx"
}
]
},
{
"name": "kanban-roadmap-timeline",
"type": "registry:block",
"title": "Kanban Roadmap Timeline",
"description": "shadcn/ui kanban roadmap and timeline block",
"registryDependencies": [
"badge",
"tooltip",
"dialog",
"select",
"progress",
"separator",
"scroll-area",
"card"
],
"files": [
{
"path": "src/app/kanban/page.tsx",
"type": "registry:component",
"target": "components/kanban-roadmap-timeline.tsx"
}
]
}
]
}