diff --git a/core/src/components/backdrop/readme.md b/core/src/components/backdrop/readme.md
index 0011eeead5..8c671e13ff 100644
--- a/core/src/components/backdrop/readme.md
+++ b/core/src/components/backdrop/readme.md
@@ -114,13 +114,13 @@ export const BackdropExample: React.FC = () => (
-
+
+ :stop-propagation="shouldPropagate">
diff --git a/core/src/components/backdrop/usage/vue.md b/core/src/components/backdrop/usage/vue.md
index d2ea30800e..c912d31816 100644
--- a/core/src/components/backdrop/usage/vue.md
+++ b/core/src/components/backdrop/usage/vue.md
@@ -10,13 +10,13 @@
-
+
+ :stop-propagation="shouldPropagate">
diff --git a/core/src/components/buttons/readme.md b/core/src/components/buttons/readme.md
index 30587cf014..fb186fbae7 100644
--- a/core/src/components/buttons/readme.md
+++ b/core/src/components/buttons/readme.md
@@ -223,7 +223,7 @@ export const ButtonsExample: React.FC = () => (
Right side menu toggle
-
+
diff --git a/core/src/components/buttons/usage/vue.md b/core/src/components/buttons/usage/vue.md
index 114cc2579b..060fbd2b67 100644
--- a/core/src/components/buttons/usage/vue.md
+++ b/core/src/components/buttons/usage/vue.md
@@ -32,7 +32,7 @@
Right side menu toggle
-
+
diff --git a/core/src/components/checkbox/readme.md b/core/src/components/checkbox/readme.md
index 9fe619b517..5f57317e9e 100644
--- a/core/src/components/checkbox/readme.md
+++ b/core/src/components/checkbox/readme.md
@@ -163,7 +163,11 @@ export const CheckboxExample: React.FC = () => (
{{entry.val}}
-
+
+
diff --git a/core/src/components/checkbox/usage/vue.md b/core/src/components/checkbox/usage/vue.md
index 4465c8d655..84e3cbe4bd 100644
--- a/core/src/components/checkbox/usage/vue.md
+++ b/core/src/components/checkbox/usage/vue.md
@@ -20,7 +20,11 @@
{{entry.val}}
-
+
+
diff --git a/core/src/components/datetime/readme.md b/core/src/components/datetime/readme.md
index 140aceed5b..8a8c039094 100644
--- a/core/src/components/datetime/readme.md
+++ b/core/src/components/datetime/readme.md
@@ -543,80 +543,80 @@ export const DateTimeExample: React.FC = () => (
MMMM
-
+
MM DD YY
-
+
Disabled
-
+
YYYY
-
+
MMMM YY
-
+
MM/DD/YYYY
-
+
MM/DD/YYYY
-
+
DDD. MMM DD, YY (custom locale)
+ :day-short-names="customDayShortNames"
+ display-format="DDD. MMM DD, YY"
+ month-short-names="jan, feb, mar, apr, mai, jun, jul, aug, sep, okt, nov, des">
D MMM YYYY H:mm
-
+
DDDD MMM D, YYYY
-
+
HH:mm
-
+
h:mm a
-
+
hh:mm A (15 min steps)
-
+
Leap years, summer months
-
+
Specific days/months/years
-
+
diff --git a/core/src/components/datetime/usage/vue.md b/core/src/components/datetime/usage/vue.md
index 3734c00fc4..6d5c6730b1 100644
--- a/core/src/components/datetime/usage/vue.md
+++ b/core/src/components/datetime/usage/vue.md
@@ -2,80 +2,80 @@
MMMM
-
+
MM DD YY
-
+
Disabled
-
+
YYYY
-
+
MMMM YY
-
+
MM/DD/YYYY
-
+
MM/DD/YYYY
-
+
DDD. MMM DD, YY (custom locale)
+ :day-short-names="customDayShortNames"
+ display-format="DDD. MMM DD, YY"
+ month-short-names="jan, feb, mar, apr, mai, jun, jul, aug, sep, okt, nov, des">
D MMM YYYY H:mm
-
+
DDDD MMM D, YYYY
-
+
HH:mm
-
+
h:mm a
-
+
hh:mm A (15 min steps)
-
+
Leap years, summer months
-
+
Specific days/months/years
-
+
diff --git a/core/src/components/input/readme.md b/core/src/components/input/readme.md
index d2bf31568a..6837d62983 100644
--- a/core/src/components/input/readme.md
+++ b/core/src/components/input/readme.md
@@ -172,7 +172,7 @@ export const InputExample: React.FC = () => (
-
+
diff --git a/core/src/components/input/usage/vue.md b/core/src/components/input/usage/vue.md
index 9be8fc3497..c423a8563d 100644
--- a/core/src/components/input/usage/vue.md
+++ b/core/src/components/input/usage/vue.md
@@ -10,7 +10,7 @@
-
+
diff --git a/core/src/components/progress-bar/readme.md b/core/src/components/progress-bar/readme.md
index f5e3e4c651..8008cc9256 100644
--- a/core/src/components/progress-bar/readme.md
+++ b/core/src/components/progress-bar/readme.md
@@ -21,7 +21,7 @@ If you add `reversed="true"`, you receive a query which is used to indicate pre-
## Usage
-### Javascript
+### Angular / javascript
```html
@@ -68,6 +68,28 @@ export const ProgressbarExample: React.FC = () => (
```
+### Vue
+
+```html
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+```
+
+
## Properties
diff --git a/core/src/components/progress-bar/usage/angular.md b/core/src/components/progress-bar/usage/angular.md
new file mode 100644
index 0000000000..976f5d44ac
--- /dev/null
+++ b/core/src/components/progress-bar/usage/angular.md
@@ -0,0 +1,16 @@
+```html
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+```
diff --git a/core/src/components/progress-bar/usage/vue.md b/core/src/components/progress-bar/usage/vue.md
new file mode 100644
index 0000000000..2b3261e288
--- /dev/null
+++ b/core/src/components/progress-bar/usage/vue.md
@@ -0,0 +1,18 @@
+```html
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+```
diff --git a/core/src/components/select/readme.md b/core/src/components/select/readme.md
index 238ad84cc1..cb4da4041a 100644
--- a/core/src/components/select/readme.md
+++ b/core/src/components/select/readme.md
@@ -683,7 +683,7 @@ export const SelectExample: React.FC = () => (
Hair Color
-
+
Brown
Blonde
Black
@@ -708,7 +708,7 @@ export const SelectExample: React.FC = () => (
Toppings
-
+
Bacon
Black Olives
Extra Cheese
@@ -748,7 +748,7 @@ export const SelectExample: React.FC = () => (
Alert
-
+
Bacon
Black Olives
Extra Cheese
@@ -764,7 +764,7 @@ export const SelectExample: React.FC = () => (
Popover
-
+
Brown
Blonde
Black
@@ -774,7 +774,7 @@ export const SelectExample: React.FC = () => (
Action Sheet
-
+
Red
Purple
Yellow
diff --git a/core/src/components/select/usage/vue.md b/core/src/components/select/usage/vue.md
index 664d684630..390245aa8b 100644
--- a/core/src/components/select/usage/vue.md
+++ b/core/src/components/select/usage/vue.md
@@ -19,7 +19,7 @@
Hair Color
-
+
Brown
Blonde
Black
@@ -44,7 +44,7 @@
Toppings
-
+
Bacon
Black Olives
Extra Cheese
@@ -84,7 +84,7 @@
Alert
-
+
Bacon
Black Olives
Extra Cheese
@@ -100,7 +100,7 @@
Popover
-
+
Brown
Blonde
Black
@@ -110,7 +110,7 @@
Action Sheet
-
+
Red
Purple
Yellow
diff --git a/core/src/components/textarea/readme.md b/core/src/components/textarea/readme.md
index 1a8609340b..31fd85c3d7 100644
--- a/core/src/components/textarea/readme.md
+++ b/core/src/components/textarea/readme.md
@@ -174,7 +174,7 @@ export const TextAreaExample: React.FC = () => (
Comment
-
+
diff --git a/core/src/components/textarea/usage/vue.md b/core/src/components/textarea/usage/vue.md
index ace6b08b67..4806200480 100644
--- a/core/src/components/textarea/usage/vue.md
+++ b/core/src/components/textarea/usage/vue.md
@@ -27,7 +27,7 @@
Comment
-
+
diff --git a/core/src/components/thumbnail/readme.md b/core/src/components/thumbnail/readme.md
index e2e9f0de0b..4b50961c2a 100644
--- a/core/src/components/thumbnail/readme.md
+++ b/core/src/components/thumbnail/readme.md
@@ -10,7 +10,7 @@ Thumbnails can be used by themselves or inside of any element. If placed inside
## Usage
-### Javascript
+### Angular / javascript
```html
@@ -49,6 +49,24 @@ export const ThumbnailExample: React.FC = () => (
```
+### Vue
+
+```html
+
+
+
+
+
+
+
+
+
+ Item Thumbnail
+
+
+```
+
+
## CSS Custom Properties
diff --git a/core/src/components/thumbnail/usage/angular.md b/core/src/components/thumbnail/usage/angular.md
new file mode 100644
index 0000000000..5dca313b70
--- /dev/null
+++ b/core/src/components/thumbnail/usage/angular.md
@@ -0,0 +1,12 @@
+```html
+
+
+
+
+
+
+
+
+ Item Thumbnail
+
+```
\ No newline at end of file
diff --git a/core/src/components/thumbnail/usage/vue.md b/core/src/components/thumbnail/usage/vue.md
new file mode 100644
index 0000000000..6ea7a73a95
--- /dev/null
+++ b/core/src/components/thumbnail/usage/vue.md
@@ -0,0 +1,14 @@
+```html
+
+
+
+
+
+
+
+
+
+ Item Thumbnail
+
+
+```
\ No newline at end of file
diff --git a/core/src/components/toggle/readme.md b/core/src/components/toggle/readme.md
index 13ba675ee4..475b89b70c 100644
--- a/core/src/components/toggle/readme.md
+++ b/core/src/components/toggle/readme.md
@@ -157,17 +157,30 @@ export const ToggleExample: React.FC = () => (
Pepperoni
-
+
+
Sausage
-
+
+
Mushrooms
-
+
+
diff --git a/core/src/components/toggle/usage/vue.md b/core/src/components/toggle/usage/vue.md
index 01d145dbe6..dd2c5cad4a 100644
--- a/core/src/components/toggle/usage/vue.md
+++ b/core/src/components/toggle/usage/vue.md
@@ -20,17 +20,30 @@
Pepperoni
-
+
+
Sausage
-
+
+
Mushrooms
-
+
+
diff --git a/core/src/components/toolbar/readme.md b/core/src/components/toolbar/readme.md
index 0da522df7c..51f89d1a47 100644
--- a/core/src/components/toolbar/readme.md
+++ b/core/src/components/toolbar/readme.md
@@ -617,7 +617,7 @@ export const ToolbarExample: React.FC = () => (
-
+
@@ -636,7 +636,7 @@ export const ToolbarExample: React.FC = () => (
Right side menu toggle
-
+
diff --git a/core/src/components/toolbar/usage/vue.md b/core/src/components/toolbar/usage/vue.md
index 38169b4350..d34df718b8 100644
--- a/core/src/components/toolbar/usage/vue.md
+++ b/core/src/components/toolbar/usage/vue.md
@@ -83,7 +83,7 @@
-
+
@@ -102,7 +102,7 @@
Right side menu toggle
-
+