New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@progress/kendo-react-notification

Package Overview
Dependencies
Maintainers
0
Versions
1137
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@progress/kendo-react-notification

React Notification renders a message to the user with information about the status of an app process. KendoReact Notification package

10.0.0
latest
Source
npm
Version published
Weekly downloads
21K
9.73%
Maintainers
0
Weekly downloads
 
Created
Source

KendoReact NPM Banner

KendoReact Notification Component for React

Important

  • This package is а part of KendoReact—an enterprise-grade UI library with 120+ free and premium components.
  • This is a free React Notification component. You can use it even in production, no sign-up or license required. If you're looking for more free React components, check out Get Started with KendoReact Free.
  • Installing and working with this package indicates that you accept the KendoReact License Agreement.
  • The 30-day free trial gives you access to all KendoReact components and their full functionality. Additionally, for the period of your trial, you can use our legendary technical support provided directly by the KendoReact dev team!

The React Notification, part of KendoReact Free, 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.

How to start:

npm install --save @progress/kendo-react-notification @progress/kendo-licensing @progress/kendo-react-common @progress/kendo-svg-icons

React Notification

Among the features which the KendoReact Notification component delivers are:

  • Notification types—Depending on the outcome of application operations and processes, the Notification enables you to display different types of notifications, like info, error, warning, and more.
  • Animations—The Notification allows you to add opening and closing animations to it by using the KendoReact Animation components from the @progress/kendo-react-animation package.
  • Positioning—You can configure the position of the Notification through a property.
  • Theme support—The KendoReact Notification, as well as all 120+ components in the KendoReact suite, are styled in three polished themes (Bootstrap, Material, Fluent, and Default) and can be further customized to match your specific design guidelines.

How to use the Notification component in your apps:

import { Notification, NotificationGroup } from "@progress/kendo-react-notification";
...
<NotificationGroup>
    <Notification>
        /** Provide the contents of your notification.
        *
        */  
    </Notification>
    /**
    * Add as many Notifications as needed.
    */ 
</NotificationGroup>

Support Options

For any issues you might encounter while working with the KendoReact Notification, use any of the available support channels:

  • Industry-leading technical support—KendoReact paid license holders and users with an active (free) trial license can take advantage of our outstanding customer support. To submit a ticket, use the dedicated KendoReact support system.
  • Product forums—The KendoReact forums are part of the free support you can get from the community and from the KendoReact team.
  • Feedback portal—The KendoReact feedback portal is where you can request and vote for new features to be added.

Resources

High-level component overview page:

Copyright © 2025 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries.

Keywords

Kendo UI

FAQs

Package last updated on 11 Mar 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts