ColorPicker
Component
Represents the KendoReact ColorPicker component.
Definition
Package:@progress/kendo-react-inputs
Syntax:
jsx
const App = () => {
return <ColorPicker />;
}
Properties
props
ColorPickerProps intersected with RefAttributes<null | ColorPickerHandle>
The props of the ColorPicker component.