Skip to content

Files

Latest commit

 

History

History
31 lines (21 loc) · 1.17 KB

File metadata and controls

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

Barcode Overview

Barcodes represent data in a machine-readable format and support symbologies.

All graphics are rendered on the client in a Scalable Vector Graphics (SVG) format.

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

Basic Usage

The following example demonstrates the Barcode in action.

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

Suggested Links