New to KendoReact? Learn about KendoReact Free.
ColorGradient
Represents the KendoReact ColorGradient component.
Accepts properties of type ColorGradientProps.
Obtaining the ref
returns an object of type ColorGradientHandle.
jsx
class App extends React.Component {
render() {
return <ColorGradient />;
}
}
ReactDOM.render(<App />, document.querySelector('my-app'));
Name | Type | Default | Description |
---|---|---|---|
props |
|
The props of the ColorGradient component. |