Gathering detailed insights and metrics for @progress/kendo-react-labels
Gathering detailed insights and metrics for @progress/kendo-react-labels
Gathering detailed insights and metrics for @progress/kendo-react-labels
Gathering detailed insights and metrics for @progress/kendo-react-labels
Issue tracker - KendoReact http://www.telerik.com/kendo-react-ui/
npm install @progress/kendo-react-labels
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-labels@11.2.0
Unpacked Size
70.35 kB
Size
14.73 kB
File Count
19
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
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 Labels package, part of KendoReact Free, provides components for labeling form editors.
How to start:
1npm i @kendo-react-labels
What's in this package:
Additional information:
This is a free React component—no sign-up or license required.
The KendoReact FloatingLabel component lets developers take advantage of floating labels for both form elements and custom focusable elements.
How to use the FloatingLabel component in your apps:
1import { FloatingLabel } from '@progress/kendo-react-labels'; 2... 3 4<FloatingLabel label={'This is a floating label'}> 5 /** 6 * Wrap the FloatingLabel around the component for which you want to show the FloatingLabel. All label components are intended for use with input components. 7 */ 8</FloatingLabel>
This is a free React component—no sign-up or license required.
The KendoReact Label component adds additional functionality on top of a traditional label HTML element and enables label functionality for any React component.
How to use the Label component in your apps:
1import { Label } from '@progress/kendo-react-labels'; 2... 3<Label> 4 This is a label. 5</Label> 6/** 7* Place the Label before or after the input component for which you want to show the Label. All label components are intended for use with input components. 8*/
This is a free React component—no sign-up or license required.
The KendoReact Hint component enables developers to display a hint message below any input element in your React applications, providing additional useful information to the user.
How to use the Hint component in your apps:
1import { Hint } from '@progress/kendo-react-labels'; 2... 3<Hint> 4 This is a label. 5</Hint> 6/** 7* Place the Hint close to the input component for which you want to show the Hint. All label components are intended for use with input components. 8*/
The KendoReact Error component provides additional text to display under React components to deliver error messages.
How to use the Error component in your apps:
1import { Error } from '@progress/kendo-react-labels'; 2... 3<Error> 4 This is an error. 5</Error> 6/** 7* Place the Error close to the input component for which you want to show the Error. All label components are intended for use with input components. 8*/
For any issues you might encounter while working with the KendoReact Internationalization, use any of the available support channels:
Copyright © 2025 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved.
High-level component overview pages
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