Skip to content

peantunes/css-switcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

css-switcher

A Switcher based on CSS3 without Javascript

You can test it here: http://jsfiddle.net/86L85Lch/

Alt text

It is very straight forward to use:

  <label for="switch-1" class="switch-control">
    <input type="checkbox" name="name1" id="switch-1" value="true" />
    <div class="switch-content">
      <div class="switch-switcher">
      </div>
    </div>
  </label>

About

A Switcher based on CSS3 without Javascript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published