react-barcode icon indicating copy to clipboard operation
react-barcode copied to clipboard

A <Barcode/> component for use with React.

Results 25 react-barcode issues
Sort by recently updated
recently updated
newest added

Hello is there a way to make the barcode produced by this module printable and downloadable.

i am able to generate the Barcode with the code 39 but the scanner is not reading the Barcode. I was generated barcode in code 39 format with other npm...

First of all, thanks for making this package, it's been really useful for our client-side React projects. When we attempt to server render our React code , however, using the...

Are you going to add Typescript in the future?

I noticed the types in the package.json file are pointing to `src/`, but only lib is packaged on NPM, so types can't be found when using it: snippet from package.json...

The library is not able to render accented characters. I tried every format. minimum code to reproduce ``

How can I insert a barcode in PDF generated with @react-pdf/renderer library ??

I have a barcode that have the prop `format` being `ITF14`, but, for some reason, it doesn't render anything. Debugging the SVG, seems to not put anything through their internals,...

It seems that the properties `className` and `id` are missing from the component property type definition. They seem to be supported and work with ts-ignore, but without it there will...