1.0.3 • Published 5 years ago

amazing-react-counter v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

Amazing React Countdown

Add React Countdown to your website using our plugin

Installation

NPM

$ npm i amazing-react-counter
import 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:

AttributeTypeRequired?DefaultDescription
MyDatestringtrueDate to end countdown
1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago