@@ -37,7 +37,18 @@ export default defineConfig({
3737 { label : "Checkbox" , slug : "components/checkbox" } ,
3838 { label : "Collapsible" , slug : "components/collapsible" } ,
3939 { label : "Divider" , slug : "components/divider" } ,
40+ { label : "Form Container (wip)" , slug : "components/form-container" } ,
41+ { label : "Form Group (wip)" , slug : "components/form-group" } ,
42+ { label : "Form Helper (wip)" , slug : "components/form-helper" } ,
43+ { label : "Label (wip)" , slug : "components/label" } ,
44+ { label : "Progress Ring (wip)" , slug : "components/progress-ring" } ,
45+ { label : "Radio (wip)" , slug : "components/radio" } ,
46+ { label : "Select (wip)" , slug : "components/select" } ,
47+ { label : "Table (wip)" , slug : "components/table" } ,
48+ { label : "Textarea (wip)" , slug : "components/textarea" } ,
49+ { label : "Textfield (wip)" , slug : "components/textfield" } ,
4050 ] ,
51+ collapsed : true ,
4152 } ,
4253 {
4354 label : "Configurator" ,
@@ -51,7 +62,18 @@ export default defineConfig({
5162 { label : "Checkbox" , slug : "components/checkbox/configurator" } ,
5263 { label : "Collapsible" , slug : "components/collapsible/configurator" } ,
5364 { label : "Divider" , slug : "components/divider/configurator" } ,
65+ { label : "Form Container (wip)" , slug : "components/form-container/configurator" } ,
66+ { label : "Form Group (wip)" , slug : "components/form-group/configurator" } ,
67+ { label : "Form Helper (wip)" , slug : "components/form-helper/configurator" } ,
68+ { label : "Label (wip)" , slug : "components/label/configurator" } ,
69+ { label : "Progress Ring (wip)" , slug : "components/progress-ring/configurator" } ,
70+ { label : "Radio (wip)" , slug : "components/radio/configurator" } ,
71+ { label : "Select (wip)" , slug : "components/select/configurator" } ,
72+ { label : "Table (wip)" , slug : "components/table/configurator" } ,
73+ { label : "Textarea (wip)" , slug : "components/textarea/configurator" } ,
74+ { label : "Textfield (wip)" , slug : "components/textfield/configurator" } ,
5475 ] ,
76+ collapsed : true ,
5577 } ,
5678 ] ,
5779 customCss : [
0 commit comments