diff --git a/docs/components/content/examples/CheckboxExample.vue b/docs/components/content/examples/CheckboxExample.vue
new file mode 100644
index 00000000..d34d412c
--- /dev/null
+++ b/docs/components/content/examples/CheckboxExample.vue
@@ -0,0 +1,7 @@
+
+
+
+
+
diff --git a/docs/components/content/examples/InputExample.vue b/docs/components/content/examples/InputExample.vue
new file mode 100644
index 00000000..50dc64a4
--- /dev/null
+++ b/docs/components/content/examples/InputExample.vue
@@ -0,0 +1,7 @@
+
+
+
+
+
diff --git a/docs/components/content/examples/RadioExample.vue b/docs/components/content/examples/RadioExample.vue
new file mode 100644
index 00000000..157026f5
--- /dev/null
+++ b/docs/components/content/examples/RadioExample.vue
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
diff --git a/docs/components/content/examples/SelectExample.vue b/docs/components/content/examples/SelectExample.vue
new file mode 100644
index 00000000..47c3abe2
--- /dev/null
+++ b/docs/components/content/examples/SelectExample.vue
@@ -0,0 +1,9 @@
+
+
+
+
+
diff --git a/docs/components/content/examples/TextareaExample.vue b/docs/components/content/examples/TextareaExample.vue
new file mode 100644
index 00000000..9aa4a05f
--- /dev/null
+++ b/docs/components/content/examples/TextareaExample.vue
@@ -0,0 +1,7 @@
+
+
+
+
+
diff --git a/docs/components/content/examples/ToggleExample.vue b/docs/components/content/examples/ToggleExample.vue
new file mode 100644
index 00000000..a23f8044
--- /dev/null
+++ b/docs/components/content/examples/ToggleExample.vue
@@ -0,0 +1,7 @@
+
+
+
+
+
diff --git a/docs/content/3.forms/1.input.md b/docs/content/3.forms/1.input.md
index 4615aa0f..c25f08d8 100644
--- a/docs/content/3.forms/1.input.md
+++ b/docs/content/3.forms/1.input.md
@@ -5,11 +5,22 @@ description: Display an input field.
## Usage
-::component-card
----
-baseProps:
- name: 'input'
----
+Use a `v-model` to make the Input reactive.
+
+::component-example
+#default
+:input-example
+
+#code
+```vue
+
+
+
+
+
+```
::
### Style
diff --git a/docs/content/3.forms/2.textarea.md b/docs/content/3.forms/2.textarea.md
index df8a68cf..2f876643 100644
--- a/docs/content/3.forms/2.textarea.md
+++ b/docs/content/3.forms/2.textarea.md
@@ -5,11 +5,22 @@ description: Display a textarea field.
## Usage
-::component-card
----
-baseProps:
- name: 'textarea'
----
+Use a `v-model` to make the Textarea reactive.
+
+::component-example
+#default
+:textarea-example
+
+#code
+```vue
+
+
+
+
+
+```
::
### Style
diff --git a/docs/content/3.forms/3.select.md b/docs/content/3.forms/3.select.md
index 7a08a509..f5d7eda1 100644
--- a/docs/content/3.forms/3.select.md
+++ b/docs/content/3.forms/3.select.md
@@ -7,19 +7,24 @@ description: Display a select field.
The Select component is a wrapper around the native `