---
title: Notification Types
page_title: Notification Types - Notification - Kendo UI for Vue
description: "Use the available built-in notification types of the Kendo UI Notification wrapper for Vue."
slug: notification_types_notification_wrapper
canonicalLink: "https://www.telerik.com/kendo-vue-ui/components/notification/types/"
position: 2
---

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

# Notification Types

The Notification provides built-in notification types which provide ready-to-use shorthand display methods and styling functionalities.

By default, the notification type is `"info"`.

The available built-in notification types are:

* `"info"`
* `"success"`
* `"warning"`
* `"error"`

The shorthand method names match the input names of the notification types. You can also define an unlimited amount of custom notification types and corresponding templates. For more information on the templates, refer to the section on [Notification templates](https://docs.telerik.com/kendo-ui/controls/layout/notification/overview#templates).

The following example demonstrates how to apply the built-in notification types.

{% meta height:200 %}
{% embed_file notification/types/main.vue preview %}
{% embed_file notification/types/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)
