react-countdown-moment

React coundown timer text using momentjs.

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
react-countdown-moment
500.0.47 years ago7 years agoMinified + gzip package size for react-countdown-moment in KB

Readme

react-countdown-moment
React countdown timer text using momentjs.

Demo
https://lab.miguelmota.com/react-countdown-moment
Install
npm install react-countdown-moment
Usage
import React from 'react'
import ReactDOM from 'react-dom'
import moment from 'moment'
import Countdown from 'react-countdown-moment'

const endDate = moment().add(2, 'hours')

ReactDOM.render(
  <Countdown endDate={endDate} />,
  document.getElementById('root')
)
License
MIT