1.1.1 • Published 7 years ago

clock-react v1.1.1

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

clock-react

A react digital clock component

Installation

$ npm install --save clock-react

Usage

import Clock from 'clock-react'

Configuration

A style object can be passed in as a prop.

const style = {
    color: 'blue',
    fontFamily: 'italic'
};

<Clock style={style}/>

License

MIT

1.1.1

7 years ago

1.1.0

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago