New to KendoReact? Learn about KendoReact Free.
ColorPickerView
Updated over 6 months ago
Specifies the view which the ColorPicker will render in the popup (see example).
The possible values are:
palettegradient- Deprecated
combo
type ColorPickerView = "gradient" | "palette" | "combo";