QRCodePropsPremium
Represents the props of the KendoReact QRCode component.
Name | Type | Default | Description |
---|---|---|---|
background? |
|
|
Sets the background color of the QR Code. Accepts a valid CSS color string, including hex and rgb. ts
|
border? |
|
Sets the border of the QR Code. Accepts an object implementing the ts
| |
className? |
|
Sets additional CSS classes to the component. ts
| |
color? |
|
|
Sets the color of the QR Code. Accepts a valid CSS color string, including hex and rgb. ts
|
encoding? |
|
|
Sets the encoding mode used to encode the value.
The possible values are:
ts
|
errorCorrection? |
|
|
Sets the error correction level to use. The possible values are:
ts
|
overlay? |
|
An optional image overlay that displays over the QR Code.
ts
| |
padding? |
|
|
Sets the padding of the QR Code. A numeric value sets all paddings. ts
|
renderAs? |
|
Sets the preferred rendering engine. The supported values are:
ts
| |
size? |
|
|
Determines the size of a QR Code. Numeric values represent pixels. If you do not specify a size, the size will be determined from the element width and height. If the element has width or height of zero, a default value of 200 pixels will be used. ts
|
style? |
|
Sets the styles that the component applies. ts
| |
value |
|
Sets the value of the QR Code. Accepts a string or a number. ts
|