amazing-react-counter
v1.0.3
Published
Simple and Amazing React Countdown Component
Readme
Amazing React Countdown
Add React Countdown to your website using our plugin
Installation
NPM
$ npm i amazing-react-counterimport CountdownComponent from 'CountdownComponent'Getting started
Once Plugin is installed it will detect the presence of any <CountdownComponent />.
render(){
return(
<div>
<CountdownComponent MyDate="December 20, 2019 10:00:00" />
</div>
)
}Option attributes
The possible attributes are:
Attribute | Type | Required? | Default | Description
--- | --- | --- | --- | ---
MyDate | string | true | | Date to end countdown
