@syncfusion/ej2-react-barcode-generator

25.1.41 • Public • Published

React Barcode Generator Component

The React Barcode (QR Code) Generator Component is a light-weight and high-performance control that displays industry-standard 1D and 2D barcodes in Angular applications. Generated barcodes are optimized for printing and on-screen scanning. It is designed for ease of use and does not require fonts.

Getting started . Online demos . Learn more

React Barcode Component

Trusted by the world's leading companies Bootstrap logo

Setup

Create a React Application

You can use create-react-app to setup applications. To create React app use the following command.

npx create-react-app my-app --template typescript
cd my-app
npm start

Adding Syncfusion Barcode Generator package

All Syncfusion react packages are published in the npmjs.com registry. To install the react barcode generator package, use the following command.

npm install @syncfusion/ej2-react-barcode-generator --save

Add Barcode component

In the src/App.tsx file, use the following code snippet to render the Syncfusion Barcode component

import { BarcodeGeneratorComponent } from '@syncfusion/ej2-react-barcode-generator';
import * as React from 'react';
import './App.css';

function App() {  
    return <BarcodeGeneratorComponent
              id="barcode"
              width={'200px'}
              height={'150px'}
              type="Ean8"
              value="11223344"></BarcodeGeneratorComponent>
};
export default App;

Supported frameworks

Barcode component is also offered in the following list of frameworks.


     JavaScript    

       Angular      

       Vue         

  ASP.NET Core  

  ASP.NET MVC  

Showcase samples

Key features

Support

Product support is available through the following mediums.

Changelog

Check the changelog here. Get minor improvements and bug fixes every week to stay up to date with frequent updates.

License and copyright

This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's EULA. To acquire a license for 80+ React UI components, you can purchase or start a free 30-day trial.

A free community license is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.

See LICENSE FILE for more info.

© Copyright 2024 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.

Package Sidebar

Install

npm i @syncfusion/ej2-react-barcode-generator

Weekly Downloads

663

Version

25.1.41

License

SEE LICENSE IN license

Unpacked Size

63.1 kB

Total Files

101

Last publish

Collaborators

  • syncfusionorg
  • essentialjs2
  • syncfusion-javascript