Skip to content

itbongcom/react-qr-code

 
 

Repository files navigation

React QR Code Header

@lglab/react-qr-code

A highly customizable and lightweight QR code generator for React applications.

🚀 Live Demo: reactqrcode.com/demo
📖 Documentation: reactqrcode.com

Quick Features

  • Highly Customizable - Style the finder patterns, modules, and colors exactly how you want.
  • Performance Optimized - Generates QR codes efficiently without sacrificing quality.
  • SVG-Based Rendering - Crisp and scalable output for web and print
  • Developer-Friendly - Built with TypeScript, easy to use, and well-documented.

Install

pnpm add @lglab/react-qr-code

or

npm i @lglab/react-qr-code

or

yarn add @lglab/react-qr-code

or

bun add @lglab/react-qr-code

Quick Start

import { ReactQRCode } from '@lglab/react-qr-code'

const Page = () => {
  return (
    <ReactQRCode value='https://reactqrcode.com' />
  );
}

About

A highly customizable and lightweight QR code generator for React applications.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 97.8%
  • CSS 1.5%
  • Other 0.7%