binary-clock-react
v1.2.1
Published
Customizable binary clock component.
Readme
Binary Clock React Component
Customizable binary clock component.
Example

Features
~1.3 KBsize.- Customizable styles.
Installation
npm i binary-clock-reactUsage
import { BinaryClock } from "binary-clock-react";
<BinaryClock />Customization
{
// pass your classname to customize the root container style
rootClassName: <custom-class-name>,
// pass your classname to customize the bulb when it's on
bulbOnClassName: <custom-class-name>,
// pass your classname to customize the bulb when it's off
bulbOffClassName: <custom-class-name>,
}