项目作者: ahmettashan

项目描述 :
Switch Button
高级语言: CSS
项目地址: git://github.com/ahmettashan/on-off-button.git
创建时间: 2017-06-07T23:21:23Z
项目社区:https://github.com/ahmettashan/on-off-button

开源协议:

下载


Switch Button

New member of the old world

expmle image

Usage

Simple use:

  1. <div class="switches">
  2. <label>
  3. <input type="checkbox">
  4. <i></i>
  5. <span id="on">Button enabled.</span>
  6. <span id="off">Button disabled.</span>
  7. </label>
  8. </div>