https://github.com/filipchalupa/use-countdown-control
Use countdown control React hook.
https://github.com/filipchalupa/use-countdown-control
Last synced: about 2 months ago
JSON representation
Use countdown control React hook.
- Host: GitHub
- URL: https://github.com/filipchalupa/use-countdown-control
- Owner: FilipChalupa
- Created: 2023-02-15T23:32:04.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-16T12:28:18.000Z (12 months ago)
- Last Synced: 2025-02-15T03:33:20.439Z (2 months ago)
- Language: TypeScript
- Homepage: https://filipchalupa.cz/use-countdown-control/
- Size: 713 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Use countdown control hook [](https://www.npmjs.com/package/use-countdown-control) 
React hook for countdown control.
### Screencast

## Installation
```bash
npm install use-countdown-control
```## Usage
```js
import { useCountdownControl } from 'use-countdown-control'
```You can get inspired by [example code here](src/stories/Example.tsx) and [live demo here](https://filipchalupa.cz/use-countdown-control/).