diff --git a/static/usage/v7/item/inputs/angular.md b/static/usage/v7/item/inputs/angular.md
index 013e672ae99..a45e76ebc73 100644
--- a/static/usage/v7/item/inputs/angular.md
+++ b/static/usage/v7/item/inputs/angular.md
@@ -1,37 +1,30 @@
```html
- Default Input
-
+
- Fixed Input
-
+
- Stacked Input
-
+
- Floating Input
-
+
- Floating Input: Outline (MD only)
-
+
- Floating Input: Solid (MD only)
-
+
- Select
-
+
No Game Console
NES
Nintendo64
@@ -43,17 +36,16 @@
- Toggle
-
+ Toggle
- Checkbox
-
+ Checkbox
- Range
-
+
+ Range
+
```
diff --git a/static/usage/v7/item/inputs/demo.html b/static/usage/v7/item/inputs/demo.html
index 94c2309b3e9..32951b2e970 100644
--- a/static/usage/v7/item/inputs/demo.html
+++ b/static/usage/v7/item/inputs/demo.html
@@ -22,41 +22,36 @@
- Default Input
-
+
- Fixed Input
-
+
- Stacked Input
-
+
- Floating Input
-
+
- Floating Input: Outline (MD only)
-
+
- Floating Input: Solid (MD only)
-
+
- Select
-
+
No Game Console
NES
- Nintendo64
+ Nintendo64
PlayStation
Sega Genesis
Sega Saturn
@@ -65,18 +60,21 @@
- Toggle
-
+
+ Toggle
+
- Checkbox
-
+
+ Checkbox
+
- Range
-
+
+ Range
+
diff --git a/static/usage/v7/item/inputs/javascript.md b/static/usage/v7/item/inputs/javascript.md
index 013e672ae99..74558c5191a 100644
--- a/static/usage/v7/item/inputs/javascript.md
+++ b/static/usage/v7/item/inputs/javascript.md
@@ -1,37 +1,30 @@
```html
- Default Input
-
+
- Fixed Input
-
+
- Stacked Input
-
+
- Floating Input
-
+
- Floating Input: Outline (MD only)
-
+
- Floating Input: Solid (MD only)
-
+
- Select
-
+
No Game Console
NES
Nintendo64
@@ -43,17 +36,20 @@
- Toggle
-
+
+ Toggle
+
- Checkbox
-
+
+ Checkbox
+
- Range
-
+
+ Range
+
```
diff --git a/static/usage/v7/item/inputs/react.md b/static/usage/v7/item/inputs/react.md
index 0cb6523f053..6f3cf757c68 100644
--- a/static/usage/v7/item/inputs/react.md
+++ b/static/usage/v7/item/inputs/react.md
@@ -1,43 +1,44 @@
```tsx
import React from 'react';
-import { IonCheckbox, IonInput, IonItem, IonLabel, IonRange, IonSelect, IonSelectOption, IonToggle } from '@ionic/react';
+import { IonCheckbox, IonInput, IonItem, IonRange, IonSelect, IonSelectOption, IonToggle } from '@ionic/react';
function Example() {
return (
<>
- Default Input
-
+
- Fixed Input
-
+
- Stacked Input
-
+
- Floating Input
-
+
- Floating Input: Outline (MD only)
-
+
- Floating Input: Solid (MD only)
-
+
- Select
-
+
No Game Console
NES
Nintendo64
@@ -49,18 +50,17 @@ function Example() {
- Toggle
-
+ Toggle
- Checkbox
-
+ Checkbox
- Range
-
+
+ Range
+
>
);
diff --git a/static/usage/v7/item/inputs/vue.md b/static/usage/v7/item/inputs/vue.md
index 7dc085a7a4d..6ce71990b7e 100644
--- a/static/usage/v7/item/inputs/vue.md
+++ b/static/usage/v7/item/inputs/vue.md
@@ -1,38 +1,35 @@
```html
- Default Input
-
+
- Fixed Input
-
+
- Stacked Input
-
+
- Floating Input
-
+
- Floating Input: Outline (MD only)
-
+
- Floating Input: Solid (MD only)
-
+
- Select
-
+
No Game Console
NES
Nintendo64
@@ -44,23 +41,31 @@
- Toggle
-
+ Toggle
- Checkbox
-
+ Checkbox
- Range
-
+
+ Range
+