New to KendoReactLearn about KendoReact Free.

ColorPicker

Represents the KendoReact ColorPicker component.

A Functional Component.

jsx
class App extends React.Component {
    render() {
        return <ColorPicker />;
    }
}
ReactDOM.render(<App />, document.querySelector('my-app'));
NameTypeDefaultDescription

props

ColorPickerProps intersected with RefAttributes<"null" | ColorPickerHandle>

The props of the ColorPicker component.

Not finding the help you need?
Contact Support