New to KendoReact? Start a free 30-day trial
ColorPicker Views
ColorPicker ViewsPremium
The ColorPicker enables you to configure its popup view through the views
property. You can display a gradient view, palette view, or both. By default, both views will be rendered, and the user can toggle between them by using the view toggle buttons rendered in the header of the popup.
The following example demonstrates both ColorPicker views in action.
Change Theme
Theme
Loading ...
Active View
When both the gradient
and palette
views are present, the initially active view of the FlatColorPicker can be set through the activeView
property. By default, the gradient
view is rendered as active.
The following example shows how to specify the initially active view.
Change Theme
Theme
Loading ...