New to KendoReactStart a free 30-day trial

FlatColorPicker

Represents the KendoReact FlatColorPicker component. Accepts properties of type FlatColorPickerProps. Obtaining the FlatColorPickerHandle.

A Functional Component.

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

props

FlatColorPickerProps intersected with RefAttributes<undefined>

The props of the FlatColorPicker component.

Not finding the help you need?
Contact Support