1.0.4 • Published 4 years ago

react-led-display v1.0.4

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

react-led-display

Simple LED display control for numeric values 0 - 9

Install

npm install react-led-display

Demo

Props

 <ReactLEDDisplay
    displayValue="4"    /* numeric value 0-9 */
    width="32"          /* maximum width of display panel */
    ledSize="2"         /* thickness of each led in pixels */
    foregroundCol="lightgreen"  /* Active LED color */    
    backgroundCol="darkgreen"/> /* Inactive LED color */
    skew=-7 /* Skew panel*/

Example

 <ReactLEDDisplay displayValue="1" width="18" ledSize="1" foregroundCol="lime" backgroundCol="darkgreen" skew="-6"/>
1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago