New to KendoReactStart a free 30-day trial

ColorGradient

Represents the KendoReact ColorGradient component.

Accepts properties of type ColorGradientProps. Obtaining the ref returns an object of type ColorGradientHandle.

A Functional Component.

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

props

ColorGradientProps intersected with RefAttributes<any>

The props of the ColorGradient component.

Not finding the help you need?
Contact Support