.qrcode
element
(.qr)
The .qrcode
action displays a scannable QR code from text or URL. It belongs to the barcodes category within the ui area.
Action Syntax
.qrcode https://...
A valid URL
.qrcode "text"
A quoted text string
.qrcode $variable
A variable name starting with $
Valid sizes
tiny
small
medium
large
extra
Tags
invert
swaps black and white colors in the QR code
Examples
// Basic Usage
.qrcode https://dqwdqwdqwdqwd
// Using Variables
// Display dynamic content from variables
.qrcode $value
Action code: 4126460823
Version: 0.6.4-4
Last updated: 2025-06-13