dioxus-nox-timer
Headless countdown and stopwatch timer hooks for Dioxus.
Features
- Wall-clock based — survives browser tab backgrounding (no
setIntervaldrift) - Cross-platform — works on web (wasm32), desktop, iOS, and Android
- Headless — no rendered components, just hooks and state machines
Usage
use *;
use *;
ARIA Recommendations
Consumers should apply:
role="timer"on the display elementaria-live="polite"for screen reader announcementsdata-timer-state="idle|running|paused|complete"for CSS styling