Kendo UI for Vue
The Vue Notification component displays a brief message to inform users about the status of a particular process, such as a successful update of data or an error message. The component will handle multiple notifications at once, control the position of the notification container, and includes several predefined styles for common notification scenarios.
The Vue Notification component has standard types that are designed for the user to immediately recognize the purpose of the message. These include success, info, error, and warning. You can also opt to use no type and style the message yourself.
See the Vue Notification Types demo
Choose how you’d like the Vue Notification to open and close through integration with the Vue Animation package. Built-in types include face, push, zoom, reveal, expand, and slide.
Position the Vue Notification anywhere you like on the screen by setting style properties.
See the Vue Notification Positioning demo