Skip to content

Commit 91ed3de

Browse files
committed
wip
1 parent ca6a02d commit 91ed3de

File tree

22 files changed

+126
-0
lines changed

22 files changed

+126
-0
lines changed

docs/astro.config.mjs

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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: [
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: Form Container
3+
---
4+
5+
Work in progress.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: Form Group
3+
---
4+
5+
Work in progress.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: Form Container
3+
---
4+
5+
Work in progress.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: Form Group
3+
---
4+
5+
Work in progress.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: Form Helper
3+
---
4+
5+
Work in progress.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: Form Helper
3+
---
4+
5+
Work in progress.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: Label
3+
---
4+
5+
Work in progress.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: Label
3+
---
4+
5+
Work in progress.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: Progress Ring
3+
---
4+
5+
Work in progress.

0 commit comments

Comments
 (0)