Stefdv / toggle-icon

toggle-icon is a custom element created with Polymer. It provides an extremely powerful and customizable switch that looks like a paper-icon-button.

Home Page:http://fxedel.github.io/toggle-icon/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Published on webcomponents.org

toggle-icon

What does this element?

toggle-icon is a custom element created with Polymer. It provides an extremly powerful and customizable switch that looks like a paper-icon-button. Use toggleIcon.checked to get the toggle-icon's status in JavaScript. For more information about the usage, see the component page.

Here's a gif that shows five icon-toggle elements which are toggled by setting the checked property programmatically:

animation

Get the code

If you have bower installed, run:

bower install toggle-icon

Else, you can clone this repository.

Bugs / Feature requests

Feel free to open an issue if you notice something that can be improved.

Contributing to the code

  1. Fork the repository.
  2. Commit your changes to your fork.
  3. Create a pull request.

I really appreciate any contribution :)

License

The project is distributed under the MIT License, so you can use or modify the code as you like, you only need to name the author (e. g. by adding a link to the GitHub repository).

About

toggle-icon is a custom element created with Polymer. It provides an extremely powerful and customizable switch that looks like a paper-icon-button.

http://fxedel.github.io/toggle-icon/


Languages

Language:HTML 100.0%