0.1.32 • Published 4 years ago

dom-simple-react-countdown v0.1.32

Weekly downloads
19
License
-
Repository
github
Last release
4 years ago

React Countdown by Dom

A Simple countdown component for React.

Installation:

npm i dom-simple-react-countdown

yarn add dom-simple-react-countdown

Live Demo:

Live Demo

Usage:

import React from 'react';
import Countdown from "dom-simple-react-countdown";

function App() {
  return (
    <div>
      <Countdown date={new Date('Jun 05, 2020 09:50')}/>
    </div>
  );
}

export default App;
Props:
NameDescriptionTypeDefault
dateThe Date to count downStringnull
showLabelsDecide whetever to show or hide LabelsBooleantrue
0.1.31

4 years ago

0.1.32

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago