react-countdown-button

0.1.1 • Public • Published

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 },
/>

Package Sidebar

Install

npm i react-countdown-button

Weekly Downloads

1

Version

0.1.1

License

MIT

Last publish

Collaborators

  • evan.yuanzh