JSBarcode component for React
npm install jsbarcode-react#

This is a React component wrapping up jsbarcode>). Written as a React functional component using React hooks.
This is a component fork of react-jsbarcode
using NPM
``bash`
npm i jsbarcode-react
using yarn
`bash`
yarn add jsbarcode-react
- Basic usage
`tsx
import Barcode from 'jsbarcode-react';
const App = () => {
return
};
`
- Advanced usage
`tsx
import Barcode from 'jsbarcode-react';
const App = () => {
return
};
``
For all options refer jsbarcode wiki.
JSBarcode supports rendering to SVG, image and canvas. Default renderer is 'svg'.