Components
Countdown
Countdown — an animated number whose digits slide when the value changes, for live counters like the seconds left on a hold, minutes until check-in, or a rooms-remaining tally. Pass a `value` from 0 to 99 and update it over time (usually on an interval) to animate; the digits inherit their scale from the surrounding font size, so wrap it in a text-size utility for a larger display. It is a display element, not a timer — drive the value yourself and keep an accessible label nearby so the count reads clearly to assistive tech.