KendoReact Inputs Overview
The KendoReact Inputs are fields which allow for an input of data, based on a specific and predefined format.
The Inputs components are part of the KendoReact library which provides native Kendo UI components for the React ecosystem and are available under the kendo-react-inputs NPM package.
A component for selecting and submitting color values.
A component for getting or displaying text input submitted by the user.
A component for controlling the input of the user.
A component for editing and submitting specific numeric values.
A component for selecting values from a predefined range.
A component for toggling between checked and unchecked states.
A component for selecting one or more items from a set.
Basic Usage
The following example demonstrates all of the components included in Inputs package in action.
Installation
Download and install the package:
Once installed, import the package module.
You are required to install one of the Kendo UI themes to style your components. For more information on how to add the styles, refer to the article on getting started.
Dependencies
The Inputs package requires the following peer dependencies that have to be installed by your application:
- react 16.8.2*
- react-dom
- @progress/kendo-react-intl
- @progress/kendo-drawing
Suggested Links
- Get Started with the Checkbox
- Get Started with the ColorPicker
- Get Started with the ColorGradient
- Get Started with the ColorPalette
- Get Started with the Input
- Get Started with the MaskedTextBox
- Get Started with the NumericTextBox
- Get Started with the Slider
- Get Started with the Switch
- API Reference of the Inputs