clock-react

1.1.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i clock-react

Weekly Downloads

3

Version

1.1.1

License

MIT

Last publish

Collaborators

  • johnyousif