FlowingCode / SimpleTimerAddon

Vaadin Flow integration of https://github.com/annsonn/simple-timer
Apache License 2.0
5 stars 3 forks source link
demo timer timer-addon vaadin vaadin-addon vaadin-flow

Build Status

Simple Timer Addon

Simple Timer for Vaadin 10+ based on https://github.com/annsonn/simple-timer

Online demo

Online demo here

Building and running demo

To see the demo, navigate to http://localhost:8080/

Release notes

Issue tracking

The issues for this add-on are tracked on its github.com page. All bug reports and feature requests are appreciated.

Contributions

Contributions are welcome, but there are no guarantees that they are accepted as such. Process for contributing is the following:

License & Author

This add-on is distributed under Apache License 2.0. For license terms, see LICENSE.txt.

Simple Timer Addon is written by Flowing Code S.A.

Developer Guide

Using the component

- Timer Ended listener
    timer.addTimerEndEvent(ev-> Notification.show("Timer ended"));