joshjg / react-canvas-knob

Flexible knob/dial input component
MIT License
44 stars 28 forks source link

Control Knobs Seperately #2

Closed kevin-chau closed 7 years ago

kevin-chau commented 7 years ago

I have multiple knobs on one page, when I click+drag or scroll all the knobs change and they all have the same value. How do I click and control them separately? Thanks.

kevin-chau commented 7 years ago

I figure this one out, just need to have separate state values for each knob.