Skip to content

Files

Latest commit

 

History

History
26 lines (19 loc) · 1.05 KB

File metadata and controls

26 lines (19 loc) · 1.05 KB
title page_title description slug canonicalLink position
Templates
Templates - Notification - Kendo UI for Vue
Use templates to customize the Kendo UI Notification wrapper for Vue.
templates_notification_wrapper
5

Templates

The Notification allows you to define a template and display additional information.

The following example demonstrates how to use templates to customize the appearance of the Notification. To define an array of templates based on the type of the notification, use the :templates property.

{% meta height:300 %} {% embed_file notification/templates/main.vue preview %} {% embed_file notification/templates/main.js %} {% endmeta %}

Suggested Links