Gathering detailed insights and metrics for @progress/kendo-react-indicators
Gathering detailed insights and metrics for @progress/kendo-react-indicators
Gathering detailed insights and metrics for @progress/kendo-react-indicators
Gathering detailed insights and metrics for @progress/kendo-react-indicators
Issue tracker - KendoReact http://www.telerik.com/kendo-react-ui/
npm install @progress/kendo-react-indicators
Typescript
Module System
Node Version
NPM Version
HTML (63.06%)
Shell (34.76%)
CSS (2.19%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
NOASSERTION License
226 Stars
1,260 Commits
52 Forks
38 Watchers
44 Branches
62 Contributors
Updated on Jun 29, 2025
Latest Version
11.2.0
Package Id
@progress/kendo-react-indicators@11.2.0
Unpacked Size
89.40 kB
Size
16.91 kB
File Count
17
NPM Version
10.8.1
Node Version
22.16.0
Published on
Jul 01, 2025
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
1
4
Important
- This package is а part of KendoReact—an enterprise-grade UI library with 120+ free and premium components.
- This package contains free KendoReact components. 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 Indicators, part of KendoReact Free, offer a highly customizable interface to represent a visual indication for their UI elements.
How to start:
1npm i @progress/kendo-react-indicators
What's in this package (ToC):
Additional information:
Among the many features that the KendoReact Indicators deliver are:
This is a free React component—no sign-up or license required.
The KendoReact Badge component takes inspiration from modern user experiences across web and mobile applications alike and provides an element to indicate unread messages or notifications. With the React Badge component, you can easily attach badges to existing UI elements.
How to use the Badge component in your apps:
1import { Badge, BadgeContainer } from '@progress/kendo-react-indicators'; 2... 3/** 4* For components that can have children, nest the Badge inside the respective component. 5*/ 6<Badge /> 7/** 8* For components that can't have children, simple text, or HTML elements, wrap the element and the Badge inside a BadgeContainer. 9*/ 10<BadgeContainer> 11 Text 12 <Badge /> 13</BadgeContainer>
This is a free React component—no sign-up or license required.
The KendoReact Loader component offers a visually pleasing way to let your users know that a process, such as loading of remote data or fetching a view, is happening in the background.
How to use the Loader component in your apps:
1import { Loader } from '@progress/kendo-react-indicators'; 2... 3/** 4* Handle the logic for showing the Loader. 5*/ 6<Loader />
This is a free React component—no sign-up or license required.
The KendoReact Skeleton component acts as a placeholder element that represents any type of HTML structure while users are waiting for it to load. The React Skeleton can be used to build HTML elements that are close to the shape and size of the expected content, giving users a perceived performance boost.
How to use the Skeleton component in your apps:
1import { Skeleton } from '@progress/kendo-react-indicators'; 2... 3<Skeleton />
For any issues you might encounter while working with the KendoReact Indicators, use any of the available support channels:
High-level component overview pages
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.
No vulnerabilities found.
Reason
30 commit(s) and 7 issue activity found in the last 90 days -- score normalized to 10
Reason
all changesets reviewed
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
branch protection is not maximal on development and all release branches
Details
Reason
dependency not pinned by hash detected -- score normalized to 4
Details
Reason
6 existing vulnerabilities detected
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
project is not fuzzed
Details
Reason
security policy file not detected
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More