1.1.1 • Published 9 years ago

clock-react v1.1.1

Weekly downloads
3
License
MIT
Repository
github
Last release
9 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

9 years ago

1.1.0

9 years ago

1.0.9

9 years ago

1.0.8

9 years ago

1.0.7

9 years ago

1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago