Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.16 KB

File metadata and controls

33 lines (24 loc) · 1.16 KB
title page_title description slug canonicalLink position
Icons
Icons - TreeView - Kendo UI for Vue
Add images or predefined and custom icons to the Kendo UI TreeView wrapper for Vue.
icons_treeview_wrapper
4

Icons

You can enhance the meaning of the context by adding an icon to the Button either through the image-url option or sprite-css-class attributes.

The following example demonstrates how to create a TreeView with images.

{% meta height:450 %} {% embed_file icons/images/main.vue preview %} {% embed_file icons/images/main.js %} {% endmeta %}

The following example demonstrates how to create a TreeView with sprites.

{% meta height:450 %} {% embed_file icons/sprite/main.vue preview %} {% embed_file icons/sprite/main.js %} {% endmeta %}

Suggested Links