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: 8 months ago
JSON representation
A customizable countdown component for React.
- Host: GitHub
- URL: https://github.com/nixjs/ts-countdown-react
- Owner: nixjs
- Created: 2023-02-25T00:13:19.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-25T00:44:21.000Z (about 3 years ago)
- Last Synced: 2025-06-22T07:20:30.442Z (9 months ago)
- Topics: countdown, countdown-timer, react, react-countdown, typescript, web
- Language: TypeScript
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 = () => ()
```