time-date-countdown

2.0.6 • Public • Published

Getting Started with time-date-countdown

countdowntimer with days,hours, minute, and seconds.

Days Hours Minutes seconds

Prerequisites

This is an example of how to use the component and how to install them.

using npm

```npm i time-date-countdown```

Usage

```import CountDownTimer from "time-date-countdown";

export default function App() {
return (
    <div>
        <CountDownTimer />
    </div>
);
}

Open Demo Codesandbox to view it in the browser.

----Props---- --required--- -description-
targetDate true -date to target for the countdown-
containerStyles false main container style
containerClassv2 false main container style class
eachContainerStyle false each module container class Name
eachCountLetterStylev2 false each count letter style
textLabelClassv2 false title text style

Package Sidebar

Install

npm i time-date-countdown

Weekly Downloads

2

Version

2.0.6

License

ISC

Unpacked Size

5.27 kB

Total Files

4

Last publish

Collaborators

  • arunsankars