92 |
CSS3 UISwitch Example
93 |
94 |
124 |
125 |
126 | It's a one liner!
127 | <input type="checkbox" class="uiswitch">
128 | Or just use SCSS and customize it too!
129 | import 'uiswitch';
130 |
131 | $uiswitch-thumb-tint: #ffffff;
132 | $uiswitch-on-tint: red;
133 |
134 |
135 |
136 |
137 |
138 |
--------------------------------------------------------------------------------
/package.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "uiswitch",
3 | "version": "1.1.1",
4 | "homepage": "https://github.com/fnky/css3-uiswitch",
5 | "author": "Christian Petersen