Quick Start
Once installed, you can generate a QR code with just a few lines of code:
tsx
12import { ReactQRCode } from '@lglab/react-qr-code'34export const Demo = () => {5 return (6 <ReactQRCode value='https://reactqrcode.com' />7 );8}9
Once installed, you can generate a QR code with just a few lines of code:
12import { ReactQRCode } from '@lglab/react-qr-code'34export const Demo = () => {5 return (6 <ReactQRCode value='https://reactqrcode.com' />7 );8}9