All styles contained in src/ng-switcher.scss. You can style:
$width
$size
$color
For example:
Download ng-switcher.min.js or install with bower
$ bower install ng-switcher
Add module theaquaNg
to your AngularJS application
angular.module('app', ['theaquaNg'])
<div ng-switcher ng-model="switchStatus"></div>