New to KendoReact? Learn about KendoReact Free.
ColorPalette
Updated on Feb 6, 2026
Represents the KendoReact ColorPalette component (Functional Implementation).
Accepts properties of type ColorPaletteProps.
Obtaining the ref returns an object of type ColorPaletteHandle.
jsx
const App = () => {
return <ColorPalette palette='basic' />;
}
| Name | Type | Default | Description |
|---|---|---|---|
props |
|
The props of the ColorPalette component. |