New to KendoReactLearn about KendoReact Free.

ColorPalette

Represents the KendoReact ColorPalette component.

Accepts properties of type ColorPaletteProps. Obtaining the ref returns an object of type ColorPaletteHandle.

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

A Functional Component.

NameTypeDefaultDescription

props

ColorPaletteProps intersected with RefAttributes<any>

The props of the ColorPalette component.

Not finding the help you need?
Contact Support