JSPM

@akash3gupta/react-count-down-timer

1.0.0
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • Downloads 5
    • Score
      100M100P100Q36287F
    • License MIT

    Countdown timer is a common UI component. It is just a simple stop watch kind of UI clock.

    Package Exports

    • @akash3gupta/react-count-down-timer

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@akash3gupta/react-count-down-timer) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    react-count-down-timer

    Countdown timer is a common UI component and it is just a simple stop watch kind of UI clock.

    NPM JavaScript Style Guide

    Install

    npm install --save react-count-down-timer

    Usage

    import React, { Component } from 'react'
    
    import ReactCountDownTimer from 'react-count-down-timer'
    import 'react-count-down-timer/dist/index.css'
    
    class Example extends Component {
      render() {
        return <ReactCountDownTimer duration={20} onTimerTick={() => {}} onTimerCompleted={() => {}} />
      }
    }

    License

    MIT ©