Installation
Usage
API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
| count | number | — | Current countdown value. |
| isRunning | boolean | — | Whether the timer is active. |
| start | () => void | — | Start or resume the countdown. |
| pause | () => void | — | Pause the countdown. |
| reset | () => void | — | Reset to the initial value. |