QR code
A QR code component is a user interface element that generates and displays a QR code based on provided data. It supports color customization. The component ensures the QR code is scannable and includes features for downloading the QR code image.
Methods
Method
Description
setValue(value: string)
sets component's value
download()
downloads QR code
Triggers
Triggers allow you to launch certain actions based on different events.
On Init
Calls for an action on component initialization
On Click
Calls for an action on the component's click
Last updated