Giter Site home page Giter Site logo

kvzivn / css-toggle-switch Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ghinda/css-toggle-switch

0.0 1.0 0.0 9.16 MB

Accessible, CSS-only, toggle switches

Home Page: http://ghinda.net/css-toggle-switch/

License: MIT License

JavaScript 5.94% CSS 59.88% HTML 34.18%

css-toggle-switch's Introduction

CSS Toggle Switch

Build Status

CSS Toggle Switches are a set of accessible CSS-only switch components, created from standard form controls in the markup.

You can use them standalone, or with Bootstrap or Foundation.

Install

Download from the project page.

Install with Bower: bower install --save css-toggle-switch

Install with npm: npm install --save css-toggle-switch

How to use it

Just include toggle-switch.css, and use the markup from the documentation.

Scaling

By default, the switches will scale along with the font size on their parent, because they're built using ems.

If you want to switches to scale using rems, you can include the toggle-switch-rem.css file (without including toggle-switch.css).

If you don't need the switches to scale at all, you can use the the toggle-switch-px.css file.

Switches

Light switch

Use the light switch, instead of a checkbox, for simple On/Off options.

Toggle switch

Use the toggle switches, instead of radio buttons, for two or more, specific options.

Browser support

The toggle switches work on all modern browsers, including mobile ones(even proxy-browsers like Opera Mini).

Browsers without support for media-queries, such as IE8 and bellow, get standard form elements.

The onclick="" attribute is required for older iOS and Opera Mini support.

Development

You'll need Grunt:

  grunt server

Then

  http://localhost:9000/

Don't use the gh-pages branch. It's used only for hosting the documentation website.

License

CSS Toggle Switch is a project by Ionuț Colceriu, licensed under the MIT license.

css-toggle-switch's People

Contributors

ghinda avatar hao-wu avatar someyoungideas avatar tx2z avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.