react-barcode-print

0.4.4 • Public • Published

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

Output

Readme

Keywords

Package Sidebar

Install

npm i react-barcode-print

Weekly Downloads

3

Version

0.4.4

License

ISC

Unpacked Size

11.8 kB

Total Files

5

Last publish

Collaborators

  • channyeintun