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 |
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 %}