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

https://github.com/nixjs/ts-countdown-react

A customizable countdown component for React.
https://github.com/nixjs/ts-countdown-react

countdown countdown-timer react react-countdown typescript web

Last synced: 3 months ago
JSON representation

A customizable countdown component for React.

Awesome Lists containing this project

README

        

# @nixjs23n6/ts-countdown-react

A customizable countdown component for React.

## Quick Setup

### Install

Install these dependencies:

`yarn add @nixjs23n6/ts-countdown-react`

### Setup & Usage

```typescript
import { Countdown } from '@nixjs23n6/ts-countdown-react'

export const CountdownPreview = () => ()
```