diff --git a/source/components/chips-input.md b/source/components/chips-input.md
index 90d82ad6..cc9c22d2 100644
--- a/source/components/chips-input.md
+++ b/source/components/chips-input.md
@@ -33,6 +33,11 @@ framework: {
+
+
+
+
+
```
> The model variable must be an Array.
diff --git a/source/components/input-textfield.md b/source/components/input-textfield.md
index ced91f1e..2fe955aa 100644
--- a/source/components/input-textfield.md
+++ b/source/components/input-textfield.md
@@ -27,6 +27,11 @@ framework: {
:max-height="100"
rows="7"
/>
+
+
+
+
+
```
## Vue Properties
diff --git a/source/components/uploader.md b/source/components/uploader.md
index 7462bf63..fb6b447c 100644
--- a/source/components/uploader.md
+++ b/source/components/uploader.md
@@ -157,6 +157,20 @@ Examples:
/>
```
+### Custom Spinner
+By default, when the Uploader component is in `uploading` state, it displays the default theme spinner to indicate such state. It is possible to customize the spinner used by defining a `loading` slot, as below:
+
+```html
+
+
+
+
+```
+
## Vue Methods
| Vue Method | Description |
| --- | --- |