Notification Overview

The Notification enables you to initialize it from any element because it does not manipulate the content of the element.

If the Notification is used with popup notifications or if static Notifications are not appended to the Notification element, the element is hidden. The reason for this behavior is the assumption that the element is not needed. However, if the Notification element is meant to contain static (not popping up) notifications, then set its tag in such a way so as to allow the nesting of the elements inside the template of the notifications. For example, inline elements (such as <span>, <a>, or <em>), cannot contain block elements (such as <div>, <p>, <ul>, <li>, or headings).

The Notification wrapper for Vue is a client-side wrapper for the Kendo UI Notification widget.

The Popups Package is part of Kendo UI for Vue, a professional grade UI library with 100+ components for building modern and feature-rich applications. To try it out sign up for a free 30-day trial.

Basic Usage

The following example demonstrates the Notification in action.

Example
View Source
Change Theme:

Functionality and Features

Event Handling

The following example demonstrates basic Notification events. You can subscribe to all Notification events by the handler name.

Example
View Source
Change Theme: