Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/filipchalupa/use-countdown-control
Use countdown control React hook.
https://github.com/filipchalupa/use-countdown-control
Last synced: about 15 hours 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-16T12:28:18.000Z (6 months ago)
- Last Synced: 2024-09-18T00:50:36.571Z (about 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 [![npm](https://img.shields.io/npm/v/use-countdown-control.svg)](https://www.npmjs.com/package/use-countdown-control) ![npm type definitions](https://img.shields.io/npm/types/use-countdown-control.svg)
React hook for countdown control.
### Screencast
![example](https://raw.githubusercontent.com/FilipChalupa/use-countdown-control/HEAD/screencast.gif)
## 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/).