Skip to content

channyeintun/react-barcode-print

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

component to print react barcode label ( the layout is implemented for tsc barcode printer)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published