From 219d23ee47253b1ce316a194f59a8facf3dc0caa Mon Sep 17 00:00:00 2001 From: Marc Cohen Date: Wed, 1 Jul 2015 19:57:08 +0100 Subject: [PATCH] adding snippets based demos to toggles component page --- docs/_pages/components.md | 30 ++++++++++++++++++-- src/checkbox/demo.html | 23 ---------------- src/checkbox/snippets/check-off.html | 4 +++ src/checkbox/snippets/check-on.html | 4 +++ src/icon-toggle/demo.css | 20 -------------- src/icon-toggle/demo.html | 38 -------------------------- src/icon-toggle/snippets/icon-off.html | 4 +++ src/icon-toggle/snippets/icon-on.html | 4 +++ src/radio/demo.html | 26 ------------------ src/radio/snippets/radio-off.html | 4 +++ src/radio/snippets/radio-on.html | 4 +++ src/switch/demo.html | 23 ---------------- src/switch/snippets/switch-off.html | 4 +++ src/switch/snippets/switch-on.html | 4 +++ 14 files changed, 59 insertions(+), 133 deletions(-) delete mode 100644 src/checkbox/demo.html create mode 100644 src/checkbox/snippets/check-off.html create mode 100644 src/checkbox/snippets/check-on.html delete mode 100644 src/icon-toggle/demo.css delete mode 100644 src/icon-toggle/demo.html create mode 100644 src/icon-toggle/snippets/icon-off.html create mode 100644 src/icon-toggle/snippets/icon-on.html delete mode 100644 src/radio/demo.html create mode 100644 src/radio/snippets/radio-off.html create mode 100644 src/radio/snippets/radio-on.html delete mode 100644 src/switch/demo.html create mode 100644 src/switch/snippets/switch-off.html create mode 100644 src/switch/snippets/switch-on.html diff --git a/docs/_pages/components.md b/docs/_pages/components.md index 6b282d94..2a5e0536 100644 --- a/docs/_pages/components.md +++ b/docs/_pages/components.md @@ -178,15 +178,39 @@ categories: - name: checkbox caption: Checkbox class: mdl-checkbox - - name: icon-toggle - caption: Icon toggle - class: mdl-icon-toggle + snippets: + - snippet_group: + - caption: Check on + file: check-on.html + - caption: Check off + file: check-off.html - name: radio caption: Radio button class: mdl-radio + snippets: + - snippet_group: + - caption: Radio on + file: radio-on.html + - caption: Radio off + file: radio-off.html + - name: icon-toggle + caption: Icon toggle + class: mdl-icon-toggle + snippets: + - snippet_group: + - caption: Icon on + file: icon-on.html + - caption: Icon off + file: icon-off.html - name: switch caption: Switch class: mdl-switch + snippets: + - snippet_group: + - caption: Switch on + file: switch-on.html + - caption: Switch off + file: switch-off.html - name: tables title: Tables description: Organize data. diff --git a/src/checkbox/demo.html b/src/checkbox/demo.html deleted file mode 100644 index 58ecab81..00000000 --- a/src/checkbox/demo.html +++ /dev/null @@ -1,23 +0,0 @@ -
- - - - - - - - - -
diff --git a/src/checkbox/snippets/check-off.html b/src/checkbox/snippets/check-off.html new file mode 100644 index 00000000..f4ae4c7e --- /dev/null +++ b/src/checkbox/snippets/check-off.html @@ -0,0 +1,4 @@ + diff --git a/src/checkbox/snippets/check-on.html b/src/checkbox/snippets/check-on.html new file mode 100644 index 00000000..d1fc885c --- /dev/null +++ b/src/checkbox/snippets/check-on.html @@ -0,0 +1,4 @@ + diff --git a/src/icon-toggle/demo.css b/src/icon-toggle/demo.css deleted file mode 100644 index 29313bf6..00000000 --- a/src/icon-toggle/demo.css +++ /dev/null @@ -1,20 +0,0 @@ -/** - * Copyright 2015 Google Inc. All Rights Reserved. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -.demo-icon-toggle-block { - display: inline-block; - margin: 0 20px 20px 0; -} diff --git a/src/icon-toggle/demo.html b/src/icon-toggle/demo.html deleted file mode 100644 index cd9e1b5a..00000000 --- a/src/icon-toggle/demo.html +++ /dev/null @@ -1,38 +0,0 @@ -
- -
- - - - - -
- -

Disabled

- -
- - - - - -
-
diff --git a/src/icon-toggle/snippets/icon-off.html b/src/icon-toggle/snippets/icon-off.html new file mode 100644 index 00000000..8772bc41 --- /dev/null +++ b/src/icon-toggle/snippets/icon-off.html @@ -0,0 +1,4 @@ + diff --git a/src/icon-toggle/snippets/icon-on.html b/src/icon-toggle/snippets/icon-on.html new file mode 100644 index 00000000..948fba2a --- /dev/null +++ b/src/icon-toggle/snippets/icon-on.html @@ -0,0 +1,4 @@ + diff --git a/src/radio/demo.html b/src/radio/demo.html deleted file mode 100644 index f04c6275..00000000 --- a/src/radio/demo.html +++ /dev/null @@ -1,26 +0,0 @@ -
- -

A radio button can either be a primary action or a secondary action.

- -
- - - - - - - -
-
diff --git a/src/radio/snippets/radio-off.html b/src/radio/snippets/radio-off.html new file mode 100644 index 00000000..24ecf02f --- /dev/null +++ b/src/radio/snippets/radio-off.html @@ -0,0 +1,4 @@ + diff --git a/src/radio/snippets/radio-on.html b/src/radio/snippets/radio-on.html new file mode 100644 index 00000000..14957001 --- /dev/null +++ b/src/radio/snippets/radio-on.html @@ -0,0 +1,4 @@ + diff --git a/src/switch/demo.html b/src/switch/demo.html deleted file mode 100644 index 4546ef67..00000000 --- a/src/switch/demo.html +++ /dev/null @@ -1,23 +0,0 @@ -
- - - - - - - - - -
diff --git a/src/switch/snippets/switch-off.html b/src/switch/snippets/switch-off.html new file mode 100644 index 00000000..4181cd69 --- /dev/null +++ b/src/switch/snippets/switch-off.html @@ -0,0 +1,4 @@ + diff --git a/src/switch/snippets/switch-on.html b/src/switch/snippets/switch-on.html new file mode 100644 index 00000000..6692a97f --- /dev/null +++ b/src/switch/snippets/switch-on.html @@ -0,0 +1,4 @@ +