diff --git a/.github/COMPONENT-GUIDE.md b/.github/COMPONENT-GUIDE.md index b9181ab25f5..fb9de8eb385 100644 --- a/.github/COMPONENT-GUIDE.md +++ b/.github/COMPONENT-GUIDE.md @@ -10,6 +10,7 @@ * [Example Components](#example-components) * [References](#references) - [Accessibility](#accessibility) + * [Checkbox](#checkbox) - [Rendering Anchor or Button](#rendering-anchor-or-button) * [Example Components](#example-components-1) * [Component Structure](#component-structure-1) @@ -370,6 +371,7 @@ ion-ripple-effect { #### Example Components - [ion-checkbox](https://github.com/ionic-team/ionic/tree/master/core/src/components/checkbox) +- [ion-toggle](https://github.com/ionic-team/ionic/tree/master/core/src/components/toggle) #### VoiceOver diff --git a/core/src/components/toggle/test/basic/index.html b/core/src/components/toggle/test/basic/index.html index f86611f26bb..815245d35c5 100644 --- a/core/src/components/toggle/test/basic/index.html +++ b/core/src/components/toggle/test/basic/index.html @@ -18,7 +18,7 @@ Toggle - Basic - + @@ -86,7 +86,7 @@

- + Stand-alone toggle:

diff --git a/core/src/components/toggle/test/sizes/index.html b/core/src/components/toggle/test/sizes/index.html index b4a9f4fe1a6..0d45635e1e5 100644 --- a/core/src/components/toggle/test/sizes/index.html +++ b/core/src/components/toggle/test/sizes/index.html @@ -25,53 +25,53 @@

Default

- - - - - - + + + + + +

Custom Widths

- - - - - - + + + + + +

Custom Heights

- - + +
- - - - - + + + + +

Dynamic Sizes

- - - - + + + +

Complex Custom Toggles

- - + + - - + + - - + + - - + + - - + +
diff --git a/core/src/components/toggle/test/standalone/index.html b/core/src/components/toggle/test/standalone/index.html index ec617efb300..2f9e1de47ad 100644 --- a/core/src/components/toggle/test/standalone/index.html +++ b/core/src/components/toggle/test/standalone/index.html @@ -13,23 +13,23 @@ - + - - - - - - - - - - + + + + + + + + + + - - + +