Skip to content

chadpaulson/react-count-down

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-count-down

react-count-down is a simple count down component using react.js.

Installation

npm install react-count-down --save

Usage

var React = require('react');
var CountDown = require('react-count-down');

var OPTIONS = { endDate: '06/03/2018 10:12 AM', prefix: 'until my birthday!' }

React.render(<CountDown options={OPTIONS} />, document.getElementById("container"));

Styles

react-count-down can be used with your own custom styles. A minimal count-down.css style sheet is included as a guide.

Development

npm install
npm test
npm start

License

MIT

About

a count down react component

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.9%
  • Other 0.1%