Digital-Clock made with TypeScript
npm install @cjbutton/digital-clockDigital Clock Display with options for 12/24 hour clock in three colors, with settable timezone.
Written in TypeScript with Sass.
``bash`
npm install --save @cjbutton/digital-clock
MIT © CJButton
`tsx
import DigitalClock from '@cjbutton/digital-clock'
import '@cjbutton/digital-clock/dist/index.scss'
class Example extends Component {
render() {
return
}
}
`
We can pass props like so:
```
Prop | Values | Type | Default
------------ | ------------- | ------------- | -------------
Type | "12" / "24" | string | "24"
Color | "cyan" / "red" / "green" | string | "cyan"
Timezone | IANA Time Zone Name | string | null ( will display local time )