@progress/kendo-react-labels
TypeScript icon, indicating that this package has built-in type declarations

10.2.0 • Public • Published

KendoReact NPM Banner

KendoReact Labels Library for React

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:

npm i @kendo-react-labels

What's in this package:

Additional information:

React FloatingLabel Component

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:

import { FloatingLabel } from '@progress/kendo-react-labels';
...

<FloatingLabel label={'This is a floating label'}>
    /**
    * Wrap the FloatingLabel around the component for which you want to show the FloatingLabel. All label components are intended for use with input components.
    */
</FloatingLabel>

React Label Component

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:

import { Label } from '@progress/kendo-react-labels';
...
<Label>
    This is a label.
</Label>
/**
* 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.
*/

React Hint Component

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:

import { Hint } from '@progress/kendo-react-labels';
...
<Hint>
    This is a label.
</Hint>
/**
* 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.
*/

React Error Component

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:

import { Error } from '@progress/kendo-react-labels';
...
<Error>
    This is an error.
</Error>
/**
* 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.
*/

Support Options

For any issues you might encounter while working with the KendoReact Internationalization, 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

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.

Package Sidebar

Install

npm i @progress/kendo-react-labels

Weekly Downloads

71,195

Version

10.2.0

License

SEE LICENSE IN LICENSE.md

Unpacked Size

72 kB

Total Files

19

Last publish

Collaborators

  • progress