New to KendoReact? Learn about KendoReact Free.
ColorPicker
Represents the KendoReact ColorPicker component.
jsx
class App extends React.Component {
render() {
return <ColorPicker />;
}
}
ReactDOM.render(<App />, document.querySelector('my-app'));
Name | Type | Default | Description |
---|---|---|---|
props |
|
The props of the ColorPicker component. |