0.0.1 • Published 6 years ago
@samuelbeard/countdown v0.0.1
Countdown
A React Component
A simple, responsive countdown component for React.
Setup
Install the package
npm install @samuelbeard/cardImport the package
import { Countdown } from '@samuelbeard/countdown'Usage
Check out the examples at https://samuelbeard.github.io/countdown/.
<Countdown d h m s date={new Date('2022/09/04 17:00').getTime()} />0.0.1
6 years ago