GitHub
Open Github

QR Code

QR code generator with rounded finder patterns and dot-style data modules.

Installation

pnpm dlx shadcn@latest add @spell/qr-code

Examples

Colors

Usage

import { QRCode } from "@/components/qr-code";
<QRCode value="https://example.com" />
<QRCode value="https://example.com" size={140} />

Props

PropTypeDefault
value
string
-
size
number
268
fgColor
string
var(--foreground)
bgColor
string
var(--background)
errorCorrectionLevel
"L" | "M" | "Q" | "H"
M
className
string
-