0.0.1 • Published 5 years ago

@samuelbeard/countdown v0.0.1

Weekly downloads
1
License
ISC
Repository
github
Last release
5 years ago

Countdown

A React Component

A simple, responsive countdown component for React.


Setup

Install the package

npm install @samuelbeard/card

Import 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()} />