FlatColorPicker
Represents the KendoReact FlatColorPicker component. Accepts properties of type FlatColorPickerProps. Obtaining the FlatColorPickerHandle.
class App extends React.Component {
render() {
return <FlatColorPicker />;
}
}
ReactDOM.render(<App />, document.querySelector('my-app'));
Name | Type | Default | Description |
---|---|---|---|
props |
|
The props of the FlatColorPicker component. |