Skip to content

frostyfan109/react-time-until

Repository files navigation

react-time-until

Time until/ago countdown component for React

NPM JavaScript Style Guide

Install

npm install --save react-time-until

Usage

import React, { Component } from 'react'

import { TimeUntil } from 'react-time-until'
import 'react-time-until/dist/index.css'

class Example extends Component {
  render() {
    return <TimeUntil delta={ 10000 } />
  }
}

License

MIT © frostyfan109