API Timer
duration: number
Timer duration in seconds, e.g. 300 = 5 minutesstartTimestamp: number
Unix timestamp (seconds) when the timer should start, e.g. 1767225600 = January 1, 2026 00:00
A simple countdown timer without buttons.
It takes:
The remaining time is calculated from the real time, not from the page load.
<Timer {duration} {startTimestamp}/>
Start TimeStamp:
Duration:
We finish in 00:00.