FlatColorPicker
Component
Represents the KendoReact FlatColorPicker component. Accepts properties of type FlatColorPickerProps. Obtaining the FlatColorPickerHandle.
Definition
Package:@progress/kendo-react-inputs
Syntax:
jsx
const App = () => {
return <FlatColorPicker />;
}
Properties
props
FlatColorPickerProps intersected with RefAttributes<null | FlatColorPickerHandle>
The props of the FlatColorPicker component.