QR Code

It generates and displays a QR code based on a given value (string). The component supports accessibility labeling and can be styled using a frame.

Constructors

QrCode

QrCode creates a new QR code with the provided value.


Methods

MethodDescription
AccessibilityLabel(label string)AccessibilityLabel sets a label for screen readers, improving accessibility. See: https://www.w3.org/WAI/tutorials/images/decision-tree/
Frame(frame Frame)Frame sets the layout frame for the QR code.

Related