1.4.5 • Published 7 months ago

@lglab/react-qr-code v1.4.5

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

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' />
  );
}
1.4.5

7 months ago

1.4.4

9 months ago

1.4.3

9 months ago

1.4.2

9 months ago

1.4.0

10 months ago

1.3.4

10 months ago

1.3.3

10 months ago

1.3.1

10 months ago

1.3.0

10 months ago

1.2.2

10 months ago

1.2.1

10 months ago

1.2.0

10 months ago

1.1.0

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago