Skip to content

Timer

00:00:10
PropTypeDefaultDescription
bind:durationnumber0The current duration of the timer in seconds. Two-way bindable.
stoppedbooleanfalseIf true, the timer stops counting.
onChange(value: number, valueFormatted: string) => voidCallback triggered whenever the timer value changes.
stylestringInline styles applied to the timer component.