@orangecheck/design / QrCodeProps
Interface: QrCodeProps
Defined in: primitives/qr-code.tsx:6
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="property-classname"></a> className? | string | - | primitives/qr-code.tsx:13 |
<a id="property-label"></a> label? | string | Accessible label for screen readers. | primitives/qr-code.tsx:12 |
<a id="property-size"></a> size? | number | Pixel size of the rendered SVG. Default 200. | primitives/qr-code.tsx:10 |
<a id="property-value"></a> value | string | String to encode — Lightning invoices, BTC addresses, BIP-21 URIs all work. | primitives/qr-code.tsx:8 |