Installation
pnpm dlx shadcn@latest add @spell/qr-codeExamples
Colors
Usage
import { QRCode } from "@/components/qr-code";<QRCode value="https://example.com" />
<QRCode value="https://example.com" size={140} />Props
| Prop | Type | Default |
|---|---|---|
value | string | - |
size | number | 268 |
fgColor | string | var(--foreground) |
bgColor | string | var(--background) |
errorCorrectionLevel | "L" | "M" | "Q" | "H" | M |
className | string | - |