ColorGradientProps
Represents the props of the KendoReact ColorGradient component.
Name | Type | Default | Description |
---|---|---|---|
ariaDescribedBy? |
|
Identifies the element(s) which will describe the component, similar to HTML aria-describedby attribute. For example these elements could contain error or hint message. | |
ariaLabel? |
|
Represent the label of the component. | |
ariaLabelHSV? |
|
Represents the label of the | |
ariaLabelledBy? |
|
Identifies the element(s) which will label the component. | |
ariaValueText? |
|
Represents the text rendered inside the | |
backgroundColor? |
|
Enables the color contrast tool. Sets the background color that will be compared to the selected value. The tool will calculate the contrast ratio between two colors. Currently, only the RGBA format is supported. | |
className? |
|
Sets additional classes to the ColorGradient. | |
defaultValue? |
|
The default value of the ColorGradient. | |
disabled? |
|
Determines whether the ColorGradient is disabled (more information and example). jsx
| |
format? |
|
|
Sets the default input format in the gradient input editor. |
gradientSliderSmallStep? |
|
|
Determines the step (in pixels) when moving the gradient drag handle using the keyboard arrow keys while holding the shift key. |
gradientSliderStep? |
|
|
Determines the step (in pixels) when moving the gradient drag handle using the keyboard arrow keys. |
id? |
|
Specifies the id of the component. | |
onChange? |
|
Determines the event handler that will be fired when the user edits the value. | |
onFocus? |
|
Represents the focus event. | |
opacity? |
|
Determines whether the alpha slider and the alpha input will be displayed. Defaults to | |
size? |
|
|
Configures the The available options are:
|
style? |
|
The styles that are applied to the ColorGradient. | |
tabIndex? |
|
Sets the | |
value? |
|
The value of the ColorGradient. |