From 46a206de64f9bc1d5fdb8f16b249e21c157dff5d Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Fri, 9 Jul 2021 20:38:55 -0400 Subject: [PATCH] add interactive demo --- docs/components/qr-code.md | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/docs/components/qr-code.md b/docs/components/qr-code.md index 40758701f..728b7dc97 100644 --- a/docs/components/qr-code.md +++ b/docs/components/qr-code.md @@ -7,7 +7,31 @@ Generates a [QR code](https://www.qrcode.com/) and renders it using the [Canvas QR codes are useful for providing small pieces of information to users who can quickly scan them with a smartphone. Most smartphones have built-in QR code scanners, so simply pointing the camera at a QR code will decode it and allow the user to visit a website, dial a phone number, read a message, etc. ```html preview - +
+ +
+ + +
+ + + + ``` ## Examples