1.0.1 • Published 7 years ago

flip-clock-vanilla v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

flip-clock

A vanilla Custom Element implementation of the original one made with Polymer

Installation

//TODO

Demo

You can find a demo here.

Attributes

AttributeDescriptiondefault
auto{Boolean} Auto start the timer and/or the countdownfalse
displayMode{String} Set the flip clock mode. Possible values are 'timer' and 'countdown'. A clock will be displayed if no value is specifiednull
hideHours{Boolean} Hide the hour digits in the counter, timer and countdownfalse
hideSeconds{Boolean} Hide the seconds digits in the counter, timer and countdownfalse
showButtons{Boolean} Show the command buttons to start, stop and reset a timer or a countdownfalse
startFrom{String} Starting minutes for the countdownnull

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

License

MIT