From 96268517794530362a75ef2282b3be09a0400122 Mon Sep 17 00:00:00 2001 From: Ankit Kumar Sharma <53289186+AnkitSharmaOnGithub@users.noreply.github.com> Date: Fri, 2 Aug 2019 12:23:02 +0530 Subject: [PATCH 1/6] Updated index.html with Predefined Classes Added predefined classes for switch-like primary, danger, black, transparent etc. --- index.html | 69 +++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 68 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index a1f777c..086754b 100644 --- a/index.html +++ b/index.html @@ -125,6 +125,31 @@
+
+ <input type="checkbox" class="switch-primary" />
+ <input type="checkbox" class="switch-success" />
+ <input type="checkbox" class="switch-danger" />
+ <input type="checkbox" class="switch-black" />
+ <input type="checkbox" class="switch-warning" />
+ <input type="checkbox" class="switch-info" />
+ <input type="checkbox" class="switch-transparent" />
+
+
+
+
+
+
+
+
+
+