Skip to content

QrCodeProps

QrCodeProps = Pick<WcAppearanceProps, "className" | "style" | "unstyled"> & object

Props for the WalletConnect QR renderer.

optional size?: number

Rendered width and height in CSS pixels. Defaults to 232.

value: string

Exact text encoded in the QR code, usually a wc: pairing URI.