0.1.1 • Published 7 years ago

react-countdown-button v0.1.1

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

Usage

# install
npm install react-countdown-button --save (or yarn)

# usage
const CountdownButton = require('react-countdown-button');

<CountdownButton
    className = { // className }
    propsCountdownTimeS = { // Countdown seconds}
    propsShowText = { // Button text }
    propsDisabledColor = { // Color state for disabled }
    countdownStart = { // Event start },
    countdownIng = { // Event ongoing },
    countdownEnd = { // Event end },
/>
0.1.1

7 years ago

0.1.0

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago