• Introduction
  • Getting Started
  • Vue 2 End of Support
  • Native Components
    • Animation
    • Buttons
    • Chartsupdated
    • Conversational UInew
    • Data Query
    • Data Tools
    • Date Inputs
    • Date Math
    • Dialogs
    • Drawing
    • Dropdownsupdated
    • Editor
    • Excel Export
    • File Saver
    • Form
    • Gauges
    • Grid
    • Icons
    • Indicators
    • Inputs
    • Labels
    • Layoutupdated
    • ListBox
    • ListView
    • Notification
    • PDF Processing
    • Popup
    • Progress Bars
    • Scheduler
    • ScrollView
    • Tooltip
    • TreeList
    • TreeView
    • Upload
  • Wrapper Components
  • Sample Applications
  • Styling & Themes
  • Common Features
  • Project Setup
  • Knowledge Base
  • Changelog
  • FAQ
  • Troubleshooting
New to Kendo UI for Vue? Start a free 30-day trial

Types

Depending on the outcome of application operations and processes, the Notification enables you to display different types of notifications.

Each Notification type is color-coded which allows the user to immediately recognize if the notification indicates a successful operation or an error message. To use the predefined styles for each Notification type, pass a style to the type property. Based on the Notification type your project requires, you can also display an icon by specifying the icon of the type property.

The Notification provides the following available style type values:

  • none—Renders the default styling options of the component.
  • success—Indicates a successfully completed action.
  • info—Provides neutral information about a process or an action.
  • error—Informs the user about an erroneous outcome of a process or an action.
  • warning—Warns against the occurrence of possible issues.
Example
View Source
Change Theme:

In this article

Not finding the help you need?