checkbox-light-switch
v1.0.2
Published
Decorating a standard HTML checkbox with pure CSS without JS
Downloads
4
Maintainers
Readme
Light Swtich
Decoration for standart html input checkbox by pure CSS without any JS.
Demo
https://codepen.io/exsmund/pen/YzyeKpG
Install
Install with npm: npm install light-switch
.
Or install with yarn: yarn add light-switch
.
Usage
In SCSS:
@import "node_modules/checkbox-light-switch/scss/";
Or just copy CSS from node_modules/checkbox-light-switch/dist/index.css
to your own code.
<div>
<input class="light-switch" type="checkbox" id="some_checkbox" />
<label for="some_checkbox">Light</label>
</div>