react-barcode-print
Version:
react component to print barcode
28 lines (23 loc) • 556 B
Markdown
# Get Started
`
npm install react-barcode-print
`
```
import { Barcode, Faker } from 'react-barcode-print';
function App(){
//can pass currencyUnit prop
return <Barcode labels={Faker(60)} />
}
```
```
//labels is an array
[
{
id:1,
price:200,
sku:1029010 // stock keeping unit
}
]
```
## Example Output
