0.1.1 • Published 6 years ago

react-countdown-button v0.1.1

Weekly downloads
2
License
MIT
Repository
github
Last release
6 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

6 years ago

0.1.0

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago