
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
@progress/kendo-react-listbox
Advanced tools
React ListBox enables you to display a list of items and manage the data between multiple lists. KendoReact ListBox package
Important
- This package is а part of KendoReact—an enterprise-grade UI library with 120+ free and premium components.
- This is a free React ListBox 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 ListBox, part of KendoReact Free, enables you to display a list of items and manage the data between multiple lists.
How to start:
npm i @progress/kendo-react-listbox
Among the features which the KendoReact ListBox component delivers are:
How to use the ListBox component in your apps:
import { ListBox } from '@progress/kendo-react-listbox';
...
/**
* Provide the data that you want to show in the ListBox.
* Handle the logic for user interactions within the LitsBox.
*/
<ListBox
data={data}
textField="Field" // Must match a field from your data source.
/**
* Set additional props to add a toolbar and handle user interactions.
*/
/>
For any issues you might encounter while working with the KendoReact ListBox, use any of the available support channels:
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.
FAQs
React ListBox enables you to display a list of items and manage the data between multiple lists. KendoReact ListBox package
We found that @progress/kendo-react-listbox demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.