Countdown
A customizable countdown component with support for custom classnames, onCompleteAction, and date/time.
Countdown Example
00:00:00
Props
Countdown
date: string, time: string, className?: string, onCompleteAction?: () => voiddate format: day-month-year (e.g., "19-02-2026")
time format: hours:minutes:seconds (e.g., "23:59:59")