---
title: Templates
page_title: Templates - Notification - Kendo UI for Vue
description: "Use templates to customize the Kendo UI Notification wrapper for Vue."
slug: templates_notification_wrapper
canonicalLink: "https://www.telerik.com/kendo-vue-ui/components/notification/"
position: 5
---

<div><WrapperBanner link="/kendo-vue-ui/components/notification/"></WrapperBanner></div>    

# 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

* [Kendo UI Notification for jQuery](https://docs.telerik.com/kendo-ui/controls/layout/notification/overview)
* [API Reference of the Notification Widget](https://docs.telerik.com/kendo-ui/api/javascript/ui/notification)
