From b82f684d2c76a00bcde3ebbabff87e38974b5e85 Mon Sep 17 00:00:00 2001 From: perry Date: Wed, 18 Mar 2015 17:55:51 -0500 Subject: [PATCH] starting swtich --- playground/basic-example/main.html | 3 + playground/basic-example/main.js | 3 +- src/components/app/ionic.scss | 2 +- src/components/switch/switch.js | 29 ++++ src/components/switch/switch.scss | 214 +++++++++++++++++++++++++++++ 5 files changed, 249 insertions(+), 2 deletions(-) create mode 100644 src/components/switch/switch.js create mode 100644 src/components/switch/switch.scss diff --git a/playground/basic-example/main.html b/playground/basic-example/main.html index b8cae8a69c..fc6a1528ac 100644 --- a/playground/basic-example/main.html +++ b/playground/basic-example/main.html @@ -3,6 +3,9 @@ + + +