react-canvas-knob
react-canvas-knob copied to clipboard
Flexible knob/dial input component
Hey Folks, I'm using the react canvas knob component, and have everything working locally. When I make a production build, I get the folowing error: `index.js:51 Uncaught Error: locals[0] does...
- Updating to allow newer versions of React - Adding `NODE_ENV=production` to the build command to avoid including the development plugins specified in `.babelrc`. Resolving #22
Hi, I want to show a center value with % symbol like 59%. any one helps to me this issue. how to create a component and how to pass the...
I think the build is broken. I installed the package and tried to include it in my project and I'm getting the above error. Taking a look inside index.js, it...
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...
Error
Failed to compile. ./node_modules/react-canvas-knob/index.js Module not found: Can't resolve 'react-transform-catch-errors' in '/home/vvdn/my/node_modules/react-canvas-knob'
I'm trying to use the cursor mode with the knob value to represent two pieces of information, one is the value field which is the primary value, and the other...
Hi @joshjg! Thank you for putting out this component! Wondering if there is a demo link or an example integration that one can play with?