ColorGradient
Component
Represents the KendoReact ColorGradient component.
Accepts properties of type ColorGradientProps.
Obtaining the ref returns an object of type ColorGradientHandle.
Definition
Package:@progress/kendo-react-inputs
Syntax:
jsx
const App = () => {
return <ColorGradient />;
}
Properties
props
ColorGradientProps intersected with RefAttributes<any>
The props of the ColorGradient component.