1.0.3 • Published 3 years ago

volkeno-react-countdown v1.0.3

Weekly downloads
9
License
MIT
Repository
github
Last release
3 years ago

volkeno-react-countdown

React Countdown Package work with Bootstrap 4 Image of Countdown

NPM JavaScript Style Guide

Install

npm install --save volkeno-react-countdown

Usage

import React, { Component } from 'react'

import { CountDown } from 'volkeno-react-countdown'
import 'volkeno-react-countdown/dist/countdownComponent/CountdownComponent.css'

class ExampleComponent extends Component {
  render() {
    return(
      <CountDown
        deadline={`31 Jan 2021 09:00:00 GMT+1`} 
        dayTextLabel={ 'days' }
        hourTextLabel={ 'hours' }
        minuteTextLabel={ 'minutes' }
        secondTextLabel={ 'seconds' }
        boxWidth="100"
        boxHeight="100"
        textLineHeight="82"
        textFontSize="30"
        textFontWeight="700"
        className="my-best-countdown-class"
      />
    )
  }
}

License

MIT © by sadiosan volkeno

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago