Skip to content

QR Code Generator

A basic QR Code Generator with optional logo overlay using the external QRCode.js library.

Available in: App Page · Home Page · Record Page · Flow Screen

qr-code-generator

Read on Medium

How to Generate QR Codes with Lightning Web Components

How to Generate QR Codes with Lightning Web Components

Usage

html
<c-qr-code-generator></c-qr-code-generator>

The component is self-contained: enter a target URL, optionally upload a logo for the overlay and generate the QR code.

Component Dependencies

NameTypeDescription
qrcodejsStatic ResourceQRCode.js - JavaScript Library for generating QRCodes with Logo Support.

Released under the MIT License.