1.0.6 • Published 1 year ago

react-time-until v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago