react-thermal-printer
Referencesreact-thermal-printercomponents

Barcode

Print barcode.

<Barcode type="UPC-A" content="111111111111" />
<Barcode type="CODE39" content="A000$" />
<Barcode align="center" type="UPC-A" content="111111111111" />

Props

Prop

Type

Signature

function Barcode(props: BarcodeProps): JSX.Element;

On this page