-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathregistry.json
More file actions
946 lines (946 loc) · 28.7 KB
/
Copy pathregistry.json
File metadata and controls
946 lines (946 loc) · 28.7 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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
{
"$schema": "https://ui.shadcn.com/schema/registry.json",
"name": "Quantumblack Design System Registry",
"homepage": "https://github.com/mckinsey/quantumblack-design-system",
"items": [
{
"name": "utils",
"type": "registry:lib",
"title": "QBDS Utilities",
"description": "Tailwind class merge with QBDS typography class-group support.",
"dependencies": ["clsx", "tailwind-merge"],
"files": [
{
"path": "src/lib/utils.ts",
"type": "registry:lib"
}
]
},
{
"name": "alert",
"type": "registry:ui",
"title": "Alert",
"description": "Displays contextual messages with two layouts (modal, long). Compose with AlertIcon, AlertContent, AlertTitle, AlertDescription, and optional AlertClose.",
"registryDependencies": [
"__REGISTRY_URL__/r/theme.json",
"__REGISTRY_URL__/r/utils.json",
"__REGISTRY_URL__/r/button.json",
"__REGISTRY_URL__/r/icon-shell.json",
"__REGISTRY_URL__/r/icon.json"
],
"files": [
{
"path": "src/components/ui/alert.tsx",
"type": "registry:ui"
}
]
},
{
"name": "accordion",
"type": "registry:ui",
"title": "Accordion",
"description": "Vertical stack of expand/collapse rows for progressively disclosing grouped content. Defaults to regular size with chevron on the right.",
"dependencies": ["@base-ui/react"],
"registryDependencies": [
"__REGISTRY_URL__/r/theme.json",
"__REGISTRY_URL__/r/utils.json",
"__REGISTRY_URL__/r/icon.json",
"__REGISTRY_URL__/r/icon-shell.json"
],
"files": [
{
"path": "src/components/ui/accordion.tsx",
"type": "registry:ui"
}
]
},
{
"name": "aspect-ratio",
"type": "registry:ui",
"title": "Aspect Ratio",
"description": "Constrains content to a fixed width-to-height ratio. Ideal for images, video placeholders, and media cards.",
"dependencies": ["@radix-ui/react-aspect-ratio"],
"registryDependencies": ["__REGISTRY_URL__/r/theme.json"],
"files": [
{
"path": "src/components/ui/aspect-ratio.tsx",
"type": "registry:file",
"target": "components/ui/aspect-ratio.tsx"
}
]
},
{
"name": "avatar",
"type": "registry:ui",
"title": "Avatar",
"description": "An avatar component with support for images and tooltips.",
"dependencies": ["@base-ui/react"],
"registryDependencies": [
"__REGISTRY_URL__/r/theme.json",
"__REGISTRY_URL__/r/utils.json",
"__REGISTRY_URL__/r/button.json"
],
"files": [
{
"path": "src/components/ui/avatar.tsx",
"type": "registry:ui"
}
]
},
{
"name": "badge",
"type": "registry:ui",
"title": "Badge",
"description": "A badge component.",
"dependencies": ["@radix-ui/react-slot"],
"registryDependencies": [
"__REGISTRY_URL__/r/theme.json",
"__REGISTRY_URL__/r/utils.json"
],
"files": [
{
"path": "src/components/ui/badge.tsx",
"type": "registry:ui"
}
]
},
{
"name": "button",
"type": "registry:ui",
"title": "Button",
"description": "Allows users to take actions with a single click or tap.",
"dependencies": ["@base-ui/react"],
"registryDependencies": [
"__REGISTRY_URL__/r/theme.json",
"__REGISTRY_URL__/r/utils.json"
],
"files": [
{
"path": "src/components/ui/button.tsx",
"type": "registry:ui"
}
]
},
{
"name": "button-group",
"type": "registry:ui",
"title": "Button Group",
"description": "Groups related buttons. spacing=spaced (default, 12px gap) for CTA pairs; spacing=attached (1px gap) for split segments. Includes Text, Separator, and splitIconChevronSizing (narrow chevron width).",
"dependencies": ["class-variance-authority", "@base-ui/react"],
"registryDependencies": [
"__REGISTRY_URL__/r/theme.json",
"__REGISTRY_URL__/r/utils.json",
"__REGISTRY_URL__/r/separator.json"
],
"files": [
{
"path": "src/components/ui/button-group.tsx",
"type": "registry:ui"
}
]
},
{
"name": "calendar",
"type": "registry:ui",
"title": "Calendar",
"description": "A date picker component built with react-day-picker.",
"dependencies": ["react-day-picker", "date-fns"],
"registryDependencies": [
"__REGISTRY_URL__/r/theme.json",
"__REGISTRY_URL__/r/utils.json",
"__REGISTRY_URL__/r/button.json",
"__REGISTRY_URL__/r/icon-shell.json",
"__REGISTRY_URL__/r/input.json",
"__REGISTRY_URL__/r/icon.json"
],
"files": [
{
"path": "src/components/ui/calendar.tsx",
"type": "registry:ui"
}
]
},
{
"name": "date-picker",
"type": "registry:ui",
"title": "Date Picker",
"description": "Date picker examples with input integration for single date and date range selection. The Date Picker is built using a composition of the <Popover />, <Input /> and the <Calendar /> components.",
"dependencies": ["react-day-picker", "date-fns"],
"registryDependencies": [
"__REGISTRY_URL__/r/theme.json",
"__REGISTRY_URL__/r/utils.json",
"__REGISTRY_URL__/r/button.json",
"__REGISTRY_URL__/r/calendar.json",
"__REGISTRY_URL__/r/field.json",
"__REGISTRY_URL__/r/icon-shell.json",
"__REGISTRY_URL__/r/input-group.json",
"__REGISTRY_URL__/r/popover.json",
"__REGISTRY_URL__/r/icon.json"
],
"files": [
{
"path": "src/app/demo/[name]/ui/date-picker.tsx",
"type": "registry:example",
"target": ""
}
]
},
{
"name": "time-input",
"type": "registry:ui",
"title": "Time Input",
"description": "Custom time input with composable segment-based hh:mm entry, keyboard navigation, and clock icon trigger. Exports TimeInputRoot, TimeSegmentInput, TimeSeparator, TimeInputTrigger, and TimeInput convenience wrapper.",
"registryDependencies": [
"__REGISTRY_URL__/r/theme.json",
"__REGISTRY_URL__/r/utils.json",
"__REGISTRY_URL__/r/field.json",
"__REGISTRY_URL__/r/input.json",
"__REGISTRY_URL__/r/icon-shell.json",
"__REGISTRY_URL__/r/icon.json"
],
"files": [
{
"path": "src/components/ui/time-input.tsx",
"type": "registry:ui"
},
{
"path": "src/app/demo/[name]/ui/time-input.tsx",
"type": "registry:example",
"target": ""
}
]
},
{
"name": "time-picker",
"type": "registry:ui",
"title": "Time Picker",
"description": "Individual components for building time picker interfaces. Includes TimePickerItem (radio list item) and TimePickerList (scrollable list) with size support (sm, default, lg).",
"registryDependencies": [
"__REGISTRY_URL__/r/theme.json",
"__REGISTRY_URL__/r/utils.json",
"__REGISTRY_URL__/r/dropdown-menu.json",
"__REGISTRY_URL__/r/field.json",
"__REGISTRY_URL__/r/scroll-area.json",
"__REGISTRY_URL__/r/time-input.json"
],
"files": [
{
"path": "src/components/ui/time-picker.tsx",
"type": "registry:ui"
},
{
"path": "src/app/demo/[name]/ui/time-picker.tsx",
"type": "registry:example",
"target": ""
}
]
},
{
"name": "card",
"type": "registry:ui",
"title": "Card",
"description": "A card component.",
"registryDependencies": [
"__REGISTRY_URL__/r/theme.json",
"__REGISTRY_URL__/r/utils.json"
],
"files": [
{
"path": "src/components/ui/card.tsx",
"type": "registry:ui"
}
]
},
{
"name": "checkbox",
"type": "registry:ui",
"title": "Checkbox",
"description": "Checkbox and CheckboxGroup for single and multi-select options.",
"dependencies": ["@base-ui/react", "class-variance-authority"],
"registryDependencies": [
"__REGISTRY_URL__/r/theme.json",
"__REGISTRY_URL__/r/utils.json"
],
"files": [
{
"path": "src/components/ui/checkbox.tsx",
"type": "registry:ui"
}
]
},
{
"name": "dialog",
"type": "registry:ui",
"title": "Dialog",
"description": "A dialog component.",
"dependencies": ["@radix-ui/react-dialog"],
"registryDependencies": [
"__REGISTRY_URL__/r/theme.json",
"__REGISTRY_URL__/r/utils.json",
"__REGISTRY_URL__/r/icon.json"
],
"files": [
{
"path": "src/components/ui/dialog.tsx",
"type": "registry:ui"
}
]
},
{
"name": "context-menu",
"type": "registry:ui",
"title": "Context Menu",
"description": "A menu triggered by a right-click (or long-press) on a target element. Supports items, checkboxes, radio groups, submenus, shortcuts, and destructive actions.",
"dependencies": ["@radix-ui/react-context-menu"],
"registryDependencies": [
"__REGISTRY_URL__/r/theme.json",
"__REGISTRY_URL__/r/utils.json",
"__REGISTRY_URL__/r/icon.json",
"__REGISTRY_URL__/r/icon-shell.json"
],
"files": [
{
"path": "src/components/ui/context-menu.tsx",
"type": "registry:ui"
},
{
"path": "src/app/demo/[name]/ui/context-menu.tsx",
"type": "registry:example",
"target": ""
}
]
},
{
"name": "dropdown-menu",
"type": "registry:ui",
"title": "Dropdown Menu",
"description": "A contextual menu triggered by a button. Supports items, checkboxes, radio groups, submenus, shortcuts, and destructive actions.",
"dependencies": ["@radix-ui/react-dropdown-menu"],
"registryDependencies": [
"__REGISTRY_URL__/r/theme.json",
"__REGISTRY_URL__/r/utils.json",
"__REGISTRY_URL__/r/button.json",
"__REGISTRY_URL__/r/toggle.json",
"__REGISTRY_URL__/r/icon.json",
"__REGISTRY_URL__/r/icon-shell.json"
],
"files": [
{
"path": "src/components/ui/dropdown-menu.tsx",
"type": "registry:ui"
},
{
"path": "src/app/demo/[name]/ui/dropdown-menu.tsx",
"type": "registry:example",
"target": ""
}
]
},
{
"name": "field",
"type": "registry:ui",
"title": "Field",
"description": "Composable form field elements: label, help text, error feedback, and layout primitives (FieldSet, FieldLegend, FieldGroup, Field, FieldLabel, FieldContent, FieldTitle, FieldDescription, FieldError).",
"dependencies": ["@base-ui/react"],
"registryDependencies": [
"__REGISTRY_URL__/r/theme.json",
"__REGISTRY_URL__/r/utils.json",
"__REGISTRY_URL__/r/label.json",
"__REGISTRY_URL__/r/separator.json"
],
"files": [
{
"path": "src/components/ui/field.tsx",
"type": "registry:ui"
}
]
},
{
"name": "form",
"type": "registry:example",
"title": "Form",
"description": "Form recipes built on the Field primitive. Includes a React Hook Form + zod example (stacked layout) and a TanStack Form + zod example (inline layout) with header, sectioned fields (text, date, time, textarea, checkboxes), and submit/cancel actions.",
"dependencies": [
"react-hook-form",
"@hookform/resolvers",
"@tanstack/react-form",
"zod",
"date-fns"
],
"registryDependencies": [
"__REGISTRY_URL__/r/theme.json",
"__REGISTRY_URL__/r/field.json",
"__REGISTRY_URL__/r/button.json",
"__REGISTRY_URL__/r/button-group.json",
"__REGISTRY_URL__/r/input.json",
"__REGISTRY_URL__/r/input-group.json",
"__REGISTRY_URL__/r/calendar.json",
"__REGISTRY_URL__/r/popover.json",
"__REGISTRY_URL__/r/textarea.json",
"__REGISTRY_URL__/r/time-input.json",
"__REGISTRY_URL__/r/time-picker.json",
"__REGISTRY_URL__/r/dropdown-menu.json",
"__REGISTRY_URL__/r/checkbox.json",
"__REGISTRY_URL__/r/icon-shell.json"
],
"files": [
{
"path": "src/app/demo/[name]/ui/form.tsx",
"type": "registry:example",
"target": ""
},
{
"path": "src/app/demo/[name]/ui/form-examples.tsx",
"type": "registry:example",
"target": ""
}
]
},
{
"name": "icon",
"type": "registry:ui",
"title": "Icon",
"description": "Material Symbols Sharp icon via variable font. Optical-size-matched per QBDS size (sm/default/lg).",
"registryDependencies": [
"__REGISTRY_URL__/r/theme.json",
"__REGISTRY_URL__/r/utils.json"
],
"css": {
"@import": "url('https://fonts.googleapis.com/css2?family=Material+Symbols+Sharp:opsz,wght,FILL,GRAD@20..48,300..400,0,0&display=block')",
"@layer base": {
".material-symbols-sharp": {
"font-family": "'Material Symbols Sharp'",
"font-weight": "normal",
"font-style": "normal",
"letter-spacing": "normal",
"text-transform": "none",
"white-space": "nowrap",
"word-wrap": "normal",
"direction": "ltr",
"font-feature-settings": "'liga'",
"-webkit-font-smoothing": "antialiased"
}
}
},
"files": [
{
"path": "src/components/ui/icon.tsx",
"type": "registry:ui"
}
]
},
{
"name": "icon-shell",
"type": "registry:ui",
"title": "Icon Shell",
"description": "Wraps Icon with QBDS size, tone, and opacity. variant for static icons; hoverable for icon-only buttons. disabled overrides styling.",
"dependencies": ["@radix-ui/react-slot"],
"registryDependencies": [
"__REGISTRY_URL__/r/theme.json",
"__REGISTRY_URL__/r/utils.json",
"__REGISTRY_URL__/r/icon.json"
],
"files": [
{
"path": "src/components/ui/icon-shell.tsx",
"type": "registry:ui"
}
]
},
{
"name": "input",
"type": "registry:ui",
"title": "Input",
"description": "A text input field with support for variants (default, inline) and sizes (small, default, large).",
"registryDependencies": [
"__REGISTRY_URL__/r/theme.json",
"__REGISTRY_URL__/r/utils.json"
],
"files": [
{
"path": "src/components/ui/input.tsx",
"type": "registry:ui"
}
]
},
{
"name": "input-group",
"type": "registry:ui",
"title": "Input Group",
"description": "A composite input component with support for icons, buttons, and text addons.",
"registryDependencies": [
"__REGISTRY_URL__/r/theme.json",
"__REGISTRY_URL__/r/utils.json",
"__REGISTRY_URL__/r/input.json",
"__REGISTRY_URL__/r/button.json",
"__REGISTRY_URL__/r/textarea.json"
],
"files": [
{
"path": "src/components/ui/input-group.tsx",
"type": "registry:ui"
}
]
},
{
"name": "combobox",
"type": "registry:ui",
"title": "Combobox",
"description": "Autocomplete input with a list of suggestions. Supports sizes (sm, default, lg), inline variant, and input group addons.",
"dependencies": ["@base-ui/react"],
"registryDependencies": [
"__REGISTRY_URL__/r/theme.json",
"__REGISTRY_URL__/r/utils.json",
"__REGISTRY_URL__/r/input-group.json",
"__REGISTRY_URL__/r/input.json",
"__REGISTRY_URL__/r/button.json",
"__REGISTRY_URL__/r/icon.json"
],
"files": [
{
"path": "src/components/ui/combobox.tsx",
"type": "registry:ui"
}
]
},
{
"name": "label",
"type": "registry:ui",
"title": "Label",
"description": "A component that displays a label for form elements.",
"registryDependencies": [
"__REGISTRY_URL__/r/theme.json",
"__REGISTRY_URL__/r/utils.json"
],
"files": [
{
"path": "src/components/ui/label.tsx",
"type": "registry:ui"
}
]
},
{
"name": "popover",
"type": "registry:ui",
"title": "Popover",
"description": "A popover component.",
"dependencies": ["@radix-ui/react-popover"],
"registryDependencies": [
"__REGISTRY_URL__/r/theme.json",
"__REGISTRY_URL__/r/utils.json"
],
"files": [
{
"path": "src/components/ui/popover.tsx",
"type": "registry:ui"
}
]
},
{
"name": "radio-group",
"type": "registry:ui",
"title": "Radio Group",
"description": "A radio group component.",
"dependencies": ["@base-ui/react", "class-variance-authority"],
"registryDependencies": [
"__REGISTRY_URL__/r/theme.json",
"__REGISTRY_URL__/r/utils.json"
],
"files": [
{
"path": "src/components/ui/radio-group.tsx",
"type": "registry:ui"
}
]
},
{
"name": "segmented-controls",
"type": "registry:ui",
"title": "Segmented Controls",
"description": "Single-select segmented control with secondary-filled and ghost variants across four sizes.",
"dependencies": ["@radix-ui/react-toggle-group"],
"registryDependencies": [
"__REGISTRY_URL__/r/theme.json",
"__REGISTRY_URL__/r/utils.json"
],
"files": [
{
"path": "src/components/ui/segmented-controls.tsx",
"type": "registry:ui"
}
]
},
{
"name": "select",
"type": "registry:ui",
"title": "Select",
"description": "A select component with single and multiple selection support.",
"dependencies": ["@base-ui/react"],
"registryDependencies": [
"__REGISTRY_URL__/r/theme.json",
"__REGISTRY_URL__/r/utils.json",
"__REGISTRY_URL__/r/icon.json",
"__REGISTRY_URL__/r/icon-shell.json",
"__REGISTRY_URL__/r/input.json"
],
"files": [
{
"path": "src/components/ui/select.tsx",
"type": "registry:ui"
}
]
},
{
"name": "scroll-area",
"type": "registry:ui",
"title": "Scroll Area",
"description": "A scrollable viewport with custom scrollbars, built on Radix Scroll Area primitives.",
"dependencies": ["@radix-ui/react-scroll-area"],
"registryDependencies": [
"__REGISTRY_URL__/r/theme.json",
"__REGISTRY_URL__/r/utils.json"
],
"files": [
{
"path": "src/components/ui/scroll-area.tsx",
"type": "registry:ui"
}
]
},
{
"name": "separator",
"type": "registry:ui",
"title": "Separator",
"description": "A visual divider that separates content. Supports horizontal and vertical orientation.",
"dependencies": ["@radix-ui/react-separator"],
"registryDependencies": [
"__REGISTRY_URL__/r/theme.json",
"__REGISTRY_URL__/r/utils.json"
],
"files": [
{
"path": "src/components/ui/separator.tsx",
"type": "registry:ui"
}
]
},
{
"name": "sheet",
"type": "registry:ui",
"title": "Sheet",
"description": "Slide-over panel built on Radix Dialog. Used by Sidebar on mobile.",
"dependencies": ["@radix-ui/react-dialog"],
"registryDependencies": [
"__REGISTRY_URL__/r/theme.json",
"__REGISTRY_URL__/r/utils.json",
"__REGISTRY_URL__/r/icon.json"
],
"files": [
{
"path": "src/components/ui/sheet.tsx",
"type": "registry:ui"
}
]
},
{
"name": "skeleton",
"type": "registry:ui",
"title": "Skeleton",
"description": "Placeholder loading state. Used by Sidebar.",
"registryDependencies": [
"__REGISTRY_URL__/r/theme.json",
"__REGISTRY_URL__/r/utils.json"
],
"files": [
{
"path": "src/components/ui/skeleton.tsx",
"type": "registry:ui"
}
]
},
{
"name": "sidebar",
"type": "registry:ui",
"title": "Sidebar",
"description": "Composable sidebar with a vertical icon-button navbar and optional accordion-based navigation panel",
"dependencies": [
"@radix-ui/react-dialog",
"@radix-ui/react-slot",
"class-variance-authority"
],
"registryDependencies": [
"__REGISTRY_URL__/r/theme.json",
"__REGISTRY_URL__/r/utils.json",
"__REGISTRY_URL__/r/button.json",
"__REGISTRY_URL__/r/icon.json",
"__REGISTRY_URL__/r/icon-shell.json",
"__REGISTRY_URL__/r/separator.json",
"__REGISTRY_URL__/r/tooltip.json",
"__REGISTRY_URL__/r/input.json",
"__REGISTRY_URL__/r/sheet.json",
"__REGISTRY_URL__/r/skeleton.json"
],
"files": [
{
"path": "src/components/ui/sidebar.tsx",
"type": "registry:ui"
},
{
"path": "src/components/ui/sidebar-nav.tsx",
"type": "registry:ui"
},
{
"path": "src/hooks/use-mobile.ts",
"type": "registry:file",
"target": "hooks/use-mobile.ts"
}
]
},
{
"name": "slider",
"type": "registry:ui",
"title": "Slider",
"description": "An input where the user selects a value from within a given range.",
"dependencies": ["@base-ui/react"],
"registryDependencies": [
"__REGISTRY_URL__/r/theme.json",
"__REGISTRY_URL__/r/utils.json",
"__REGISTRY_URL__/r/tooltip.json"
],
"files": [
{
"path": "src/components/ui/slider.tsx",
"type": "registry:ui"
}
]
},
{
"name": "sonner",
"type": "registry:ui",
"title": "Sonner",
"description": "A toast notification component.",
"registryDependencies": [
"__REGISTRY_URL__/r/theme.json",
"__REGISTRY_URL__/r/button.json",
"__REGISTRY_URL__/r/utils.json",
"__REGISTRY_URL__/r/icon.json",
"__REGISTRY_URL__/r/icon-shell.json"
],
"dependencies": ["sonner", "next-themes"],
"files": [
{
"path": "src/components/ui/sonner.tsx",
"type": "registry:ui"
}
]
},
{
"name": "switch",
"type": "registry:ui",
"title": "Switch",
"description": "A switch component.",
"dependencies": ["@base-ui/react"],
"registryDependencies": [
"__REGISTRY_URL__/r/theme.json",
"__REGISTRY_URL__/r/utils.json"
],
"files": [
{
"path": "src/components/ui/switch.tsx",
"type": "registry:ui"
}
]
},
{
"name": "table",
"type": "registry:ui",
"title": "Table",
"description": "A responsive table component.",
"registryDependencies": [
"__REGISTRY_URL__/r/theme.json",
"__REGISTRY_URL__/r/utils.json",
"__REGISTRY_URL__/r/icon.json"
],
"files": [
{
"path": "src/components/ui/table.tsx",
"type": "registry:ui"
}
]
},
{
"name": "tabs",
"type": "registry:ui",
"title": "Tabs",
"description": "A responsive tabs component.",
"dependencies": ["@base-ui/react"],
"registryDependencies": [
"__REGISTRY_URL__/r/theme.json",
"__REGISTRY_URL__/r/utils.json"
],
"files": [
{
"path": "src/components/ui/tabs.tsx",
"type": "registry:ui"
}
]
},
{
"name": "textarea",
"type": "registry:ui",
"title": "Textarea",
"description": "Displays a form textarea or a component that looks like a textarea.",
"registryDependencies": [
"__REGISTRY_URL__/r/theme.json",
"__REGISTRY_URL__/r/input.json",
"__REGISTRY_URL__/r/utils.json"
],
"files": [
{
"path": "src/components/ui/textarea.tsx",
"type": "registry:ui"
}
]
},
{
"name": "theme",
"type": "registry:theme",
"title": "Global Theme",
"description": "Brand themed styles using Tailwind and Shadcn/ui",
"files": [
{
"path": "src/styles/globals.css",
"type": "registry:file",
"target": "styles/globals.css"
}
]
},
{
"name": "tooltip",
"type": "registry:ui",
"title": "Tooltip",
"description": "A component that displays informative text when users hover over an element.",
"dependencies": ["@radix-ui/react-tooltip"],
"registryDependencies": [
"__REGISTRY_URL__/r/theme.json",
"__REGISTRY_URL__/r/utils.json"
],
"files": [
{
"path": "src/components/ui/tooltip.tsx",
"type": "registry:ui"
}
]
},
{
"name": "tag",
"type": "registry:ui",
"title": "Tag",
"description": "A dismissable tag with icons, variants (primary, secondary, accent, outline, accent-outline), pill shape, and sizes. Leading IconShell color is consumer-managed via tagIconTone (secondary to neutral-inverse).",
"registryDependencies": [
"__REGISTRY_URL__/r/theme.json",
"__REGISTRY_URL__/r/utils.json",
"__REGISTRY_URL__/r/icon.json",
"__REGISTRY_URL__/r/icon-shell.json"
],
"files": [
{
"path": "src/components/ui/tag.tsx",
"type": "registry:ui"
}
]
},
{
"name": "tag-group",
"type": "registry:example",
"title": "Tag Group",
"description": "Examples of grouped tags (dismissable, with avatars, and toggleable) across sizes, shapes, and outlines.",
"registryDependencies": [
"__REGISTRY_URL__/r/theme.json",
"__REGISTRY_URL__/r/utils.json",
"__REGISTRY_URL__/r/tag.json",
"__REGISTRY_URL__/r/tag-toggle.json",
"__REGISTRY_URL__/r/avatar.json"
],
"files": [
{
"path": "src/app/demo/[name]/ui/tag-group.tsx",
"type": "registry:example",
"target": ""
}
]
},
{
"name": "tag-toggle",
"type": "registry:ui",
"title": "Tag Toggle",
"description": "A toggleable tag with icons, pill shape, and sizes. Built on Base UI Toggle.",
"dependencies": ["@base-ui/react"],
"registryDependencies": [
"__REGISTRY_URL__/r/theme.json",
"__REGISTRY_URL__/r/utils.json",
"__REGISTRY_URL__/r/tag.json"
],
"files": [
{
"path": "src/components/ui/tag-toggle.tsx",
"type": "registry:ui"
}
]
},
{
"name": "toggle",
"type": "registry:ui",
"title": "Toggle",
"description": "A toggle component.",
"dependencies": ["@base-ui/react"],
"registryDependencies": [
"__REGISTRY_URL__/r/theme.json",
"__REGISTRY_URL__/r/utils.json",
"__REGISTRY_URL__/r/button.json"
],
"files": [
{
"path": "src/components/ui/toggle.tsx",
"type": "registry:ui"
}
]
},
{
"name": "toggle-group",
"type": "registry:ui",
"title": "Toggle Group",
"description": "Groups toggle buttons for single or multiple selection.",
"dependencies": ["@base-ui/react"],
"registryDependencies": [
"__REGISTRY_URL__/r/theme.json",
"__REGISTRY_URL__/r/utils.json",
"__REGISTRY_URL__/r/toggle.json"
],
"files": [
{
"path": "src/components/ui/toggle-group.tsx",
"type": "registry:ui"
}
]
},
{
"name": "toolbar",
"type": "registry:ui",
"title": "Toolbar",
"description": "A container for grouping buttons and controls. Defaults to an unboxed horizontal layout; supports boxed containers, vertical orientation, circle and square shapes, and sm, default, and lg sizes.",
"dependencies": ["@base-ui/react"],
"registryDependencies": [
"__REGISTRY_URL__/r/theme.json",
"__REGISTRY_URL__/r/utils.json",
"__REGISTRY_URL__/r/button.json"
],
"files": [
{
"path": "src/components/ui/toolbar.tsx",
"type": "registry:ui"
}
]
}
]
}