tick icon indicating copy to clipboard operation
tick copied to clipboard

⏱ A counter component to render different countdown styles with

Results 2 tick issues
Sort by recently updated
recently updated
newest added

I could create a Flip timer using ``` import Tick from 'https://cdn.jsdelivr.net/npm/@pqina/[email protected]/+esm'; ... Tick.DOM.create({ value: 1, view: { .... } }) ``` But not sure how to create a dots...

Hello and congratulations for this nice and sophisticated library! I'm using a simple flip countdown (using one of the examples from pqina/flip). The countdown is created and destroyed dynamically. However...

bug