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.
- Host: GitHub
- URL: https://github.com/nixjs/ts-countdown-react
- Owner: nixjs
- Created: 2023-02-25T00:13:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-25T00:44:21.000Z (over 2 years ago)
- Last Synced: 2025-03-05T17:51:14.416Z (4 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 = () => ()
```