Skip to content

yuanzhhh/react-countdown-button

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Countdown button component for React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published