This asset is a simple Stopwatch in javascript.
Basically with the stopwatch component you can display a stopwatch in your application, with all the functions a normal stopwatch has like start, pause, resume, stop, reset, and get the current time.
The stopwatch component comes with a block that is used to show the time running on the screen, to use it you need to place it inside a container and send the parent container Id to the UniqueId input of the block (we will refer to it just as UniqueId), you can use several stopwatches on the same page as long as the parent container id is different for each of them. Besides that, the other inputs of the block are just two options that enable or disable the ability to show the hours and tenths of seconds.
BSD-3 license (https://opensource.org/licenses/BSD-3-Clause)