ColorPalette
Component
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' />;
}
Definition
Package:@progress/kendo-react-inputs
Properties
props
ColorPaletteProps intersected with RefAttributes<any>
The props of the ColorPalette component.