Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 744 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 744 Bytes

BBX Countdown

A polymer built element that represents a simple seconds countdown clock

Demo : https://bbx-kitchen.github.io/bbx-countdown

How to install

Using bower

bower install --save BBx-Kitchen/bbx-countdown

Usage

<bbx-countdown time="60" on-over="_onOverListener">
</bbx-countdown>

Contributing

Everyone is welcome to help contribute and improve this element. There are several ways you can contribute:

  • Reporting issues (please read issue guidelines)
  • Suggesting new features
  • Writing or refactoring code
  • Fixing issues