Installation
$ pnpm dlx shadcn@latest add @pdfcn/takumi/qrcode
Usage
import { PdfQRCode } from "@/components/pdf/qrcode";<PdfQRCode value="https://pdfcn.dev" />API Reference
PdfQRCode
| Prop | Type | Default |
|---|---|---|
value | string | - |
size | number | - |
color | string | - |
backgroundColor | string | - |
errorLevel | 'L' | 'M' | 'Q' | 'H' | - |
margin | number | - |
caption | string | - |
children | never | - |