react-barcode
react-barcode copied to clipboard
A <Barcode/> component for use with React.
Hello! Thank you for this package. Is it possible to merge the React version pull request so we can remove the --legacy-peer-deps flag from our Azure build process? I never...
Invariant Violation: View config not found for name svg. Make sure to start component names with a capital letter.
👋 @kciter, Awesome lib, I've been using it for a couple of years! You've probably heard about the upcoming [Concurrent Mode](https://reactjs.org/docs/concurrent-mode-intro.html), which imposes some additional [restrictions](https://reactjs.org/docs/concurrent-mode-adoption.html#feature-comparison) to the components. It...
I wanted to render the barcode in an img tag and realized that nothing gets rendered. Upon checking the installed react-barcode in node_modules i realized that the react-barcode.js file is...
Hi, I have successfully created the canvas. Now, I want to clear this canvas with the click of a button. ``` ``` on click of button, I am trying the...
I'm trying to figure out how to just get the base64 string from my Barcode component. I can create the barcode on the page and if I copy the image...
Why barcode generates numbers starting from 000000017 when I am using EAN13 format. But when I use the default format it works fine. How can I change that behavior?
Everything is fine after I run 'npm install --save react-barcode' except a react peer dependencies error. > npm WARN [email protected] requires a peer of react@^16.0.0 but none is installed. You...
``` var barCodeOptions = { width: 2, height: 100, format: "CODE128", displayValue: true, fontOptions: "", font: "monospace", textAlign: "center", textPosition: "bottom", textMargin: 2, fontSize: 20, background: "#ffffff", lineColor: "#000000", margin:...
Hello, i try to do that : allCrowdSourced = crowdSource.map((id,index) => ({ "EAN": })); and i get this error : " Uncaught (in promise) Error: Element ref was specified as...