1.0.6 • Published 2 years ago

react-time-until v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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

1.0.6

2 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago