@@ -55,6 +55,10 @@ export const componentConfig: {
55
55
name : "input" ,
56
56
filePath : "components/retroui/Input.tsx" ,
57
57
} ,
58
+ label : {
59
+ name : "label" ,
60
+ filePath : "components/retroui/Label.tsx" ,
61
+ } ,
58
62
menu : {
59
63
name : "menu" ,
60
64
filePath : "components/retroui/Menu.tsx" ,
@@ -82,8 +86,8 @@ export const componentConfig: {
82
86
slider : {
83
87
name : "slider" ,
84
88
dependencies : [ "@radix-ui/react-slider" ] ,
85
- filePath : "components/ui /Slider.tsx" ,
86
- }
89
+ filePath : "components/retroui /Slider.tsx" ,
90
+ } ,
87
91
} ,
88
92
examples : {
89
93
"accordion-style-default" : {
@@ -241,6 +245,11 @@ export const componentConfig: {
241
245
filePath : "preview/components/input-style-error.tsx" ,
242
246
preview : lazy ( ( ) => import ( "@/preview/components/input-style-error" ) ) ,
243
247
} ,
248
+ "label-style-default" : {
249
+ name : "label-style-default" ,
250
+ filePath : "preview/components/label-style-default.tsx" ,
251
+ preview : lazy ( ( ) => import ( "@/preview/components/label-style-default" ) ) ,
252
+ } ,
244
253
"menu-style-default" : {
245
254
name : "menu-style-default" ,
246
255
filePath : "preview/components/menu-style-default.tsx" ,
@@ -331,19 +340,10 @@ export const componentConfig: {
331
340
( ) => import ( "@/preview/components/dialog-style-with-form" ) ,
332
341
) ,
333
342
} ,
334
- "slider-style-default" :{
343
+ "slider-style-default" : {
335
344
name : "slider-style-default" ,
336
345
filePath : "preview/components/slider-style-default.tsx" ,
337
- preview : lazy (
338
- ( ) => import ( "@/preview/components/slider-style-default" )
339
- ) ,
340
- } ,
341
- "slider-style-thin" :{
342
- name :"slider-style-thin" ,
343
- filePath : "preview/components/slider-style-thin.tsx" ,
344
- preview : lazy (
345
- ( ) => import ( "@/preview/components/slider-style-thin" )
346
- ) ,
346
+ preview : lazy ( ( ) => import ( "@/preview/components/slider-style-default" ) ) ,
347
347
} ,
348
348
} ,
349
349
} ;
0 commit comments