Configuration Options
The QR Code provides a set of configuration options, which enable you to fine-tune its behavior.
The following configuration settings are supported by the QR Code:
- Setting the QR Code size.
- Setting the color and background color.
- Setting the border width and color.
Size
To set the QR Code dimensions, use either of the following approaches:
- Use CSS rules to set the size of the QR Code or its container.
- Use the
size
attribute, which defines the width and height, to set the dimensions in any CSS unit.
If the QR Code size is insufficient for the current value and error correction level, the component will throw an error. Always test the application with the values you expect to see in actual use.
Color and Background
To customize the QR Code foreground and background color, set the color
and background
options. You can further extend the background by specifying an optional padding
.
Ensure that the chosen color combination provides adequate contrast and test it with the typical readers you intend to target.
Border
The QR Code can display a simple rectangular border
as part of itself. You can create more complex borders by using CSS.