Skip to content

Files

Latest commit

 

History

History
31 lines (21 loc) · 1.4 KB

File metadata and controls

31 lines (21 loc) · 1.4 KB
title page_title description slug position
QRCode
Overview - QRCode - Kendo UI for Vue
Get an overview of the features the Kendo UI QRCode wrapper for Vue delivers and use the component in Vue projects.
overview_qrcode_wrapper
2

QRCode Overview

QRCodes take a piece of information from a transitory media and help you generate Canvas and Scalable Vector Graphics (SVG) images which represent QR (Quick Response) codes and can be quickly read by a cell phone.

The QRCode renders all graphics on the client by using Canvas or SVG and supports different conventions for the values and a fallback to VML for older browsers.

The QRCode wrapper for Vue is a client-side wrapper for the Kendo UI QRCode widget.

Basic Usage

The following example demonstrates the QRCode in action.

{% meta height:450 %} {% embed_file barcode/qrcode/main.vue preview %} {% embed_file barcode/qrcode/main.js %} {% endmeta %}

Suggested Links