react-canvas-knob
react-canvas-knob copied to clipboard
Bi-Directional Knob
Is it possible to use this component to create a knob that is centered at the top and moves clockwise or counterclockwise depending on which side of the knob you are on?
I tried combining two separate knobs to do this but didn't have any luck.
Also is there anyway to display the notch/ dial indicator?
Figured out how to do this one by editing the source code. Closing the issue.
Reopening as I'd like to implement this
Hey @joshjg, you can check out my fork of it for the solution. You can see them in use here: http://treactr.herokuapp.com/
Any chance of notch display anytime soon?
@kevinchau321 You can use positive and negative numbers as your values (and 0 as your start value) and then you can use the built-in angleArc
& angleOffset
props to achieve that result.