Notification

Notifications are UI elements for displaying important information related to a user’s actions or the system they are using.

Usage Guidelines

The Telerik and Kendo UI Notification requires you to follow some basic principles when using the component.

Message

The Notification must provide a clear and unambiguous message that is meant to help the user take an action. Preferably, the text must be short, but if this is not possible, it must wrap to another line.

A Telerik and Kendo UI Notification with a clear and unambiguous message that provides all the necessary information.
Use a clear and unambiguous message to help the user take action.
Inaccurate use of a Telerik and Kendo UI Notification with a short and vague message that does not provide enough information.
Avoid using vague and unclear text that does not provide enough information.

Colors

The message that the Notification conveys highly relies on the alert colors that the component uses. These colors have semantic meanings that are mutually exclusive and must never be interchanged.

A Telerik and Kendo UI Notification displaying a message corresponding to the applied semantic color
Use the provided theme colors to signify the severity and the meaning of the message.
Inaccurate use of a Telerik and Kendo UI Notification caused by the mismatch of the message and the applied semantic color
Avoid replacing the semantic colors when styling the Notification as it may cause severe miscommunication.

Exclusivity

The Notification must be used sparingly on the page as it has a strong emphasis. It immediately draws the user’s attention and using it multiple times can lead to distraction, lower productivity, or even irritation.

A Telerik and Kendo UI Notification demonstrating the usage of color options depending on the meaning of the message it conveys.
Use the Notification sparingly for important messages that need the user’s attention.
Inaccurate use of two Telerik and Kendo UI Notifications in different colors containing information that can be merged into a single Notification.
Avoid using multiple notifications as it may distract and annoy the user.

Placement

Notifications must not hide important content or affect the user’s productivity and workflow. They are usually placed at the top or the bottom of the page.

A Telerik and Kendo UI Notification that is placed at the top of the page and does not affect the content visibility.
Depending on the layout, place the Notification at the top or the bottom of the page.
Incorrect use of a Telerik and Kendo UI Notification placed in a way that hides the content.
Avoid hiding the content and disturbing the user’s workflow when using a Notification.
Feedback