1.0.2 • Published 2 years ago

count-down-ads v1.0.2

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

countdown

It will count down date and time with section visually

NPM JavaScript Style Guide

Install

npm i count-down-ads

Usage

import React, { Component } from 'react'

import CountDownAds from 'countdownads'
import 'countdownads/dist/index.css'

class Example extends Component {
  render() {
    return (
      <CountDownAds
        startdate='2022-09-20'
        starttime='23:55:00'
        url='https://images.freeimages.com/images/large-previews/d9c/parrot-attack-1410608.jpg'
      />
    )
  }
}

License

MIT © hirakumar