1.0.5 • Published 8 years ago

react-number-count-down v1.0.5

Weekly downloads
44
License
MIT
Repository
github
Last release
8 years ago

react-count-down

react-count-down is a react component help to display a simple count down number

Installation

npm install react-number-count-down --save

Usage

import React, { Component } from 'react';
import ReactDOM from 'react-dom';
import CountDown from 'react-number-count-down';

ReactDOM.render(
  <CountDown from={0} to={60} type={'+'} addon={'seconds'} interval={1} onComplete={() => alert('Count down completed')} />,
  document.getElementById('root'));

Development

npm install
npm start
1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago