Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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/).