Getting Started with KendoReact Notification
The KendoReact Notification renders a brief message to the user with information about the status of an application process and enables you to animate its rendering and control its position.
The KendoReact Notification component is part of the KendoReact library of React UI components. It is distributed through NPM under the kendo-react-notification package.
Basic Usage
The following example demonstrates the Notification in action.
Functionality and Features
Installation
Download and install the package. Use Node.js v5.0.0 or later.
Once installed, import the package module.
You are required to install one of the Kendo UI themes to style your components. For more information on how to add the styles, refer to the article on getting started.
Dependencies
The Notification package requires the following peer dependencies that have to be installed by your application:
- react 16.8.2*
- react-dom