HueSliderProps Interface
Deprecated in 4.11.0. Props of deprecated component HueSlider.
Properties for the HueSlider React component
Extends
- React.HTMLAttributes<HTMLDivElement>
- CommonProps
Properties
| Name | Type | Description | |
|---|---|---|---|
| hsv | HSVColor | HSV Color Value | |
| isHorizontal | boolean | undefined | true if slider is oriented horizontal, else vertical orientation is assumed | |
| onHueChange | (hue: HSVColor) => void | undefined | function to run when user hue is changed | 
Inherited properties
| Name | Type | Inherited from | Description | 
|---|---|---|---|
| itemId Inherited | string | undefined | CommonProps | Optional unique identifier for item. | 
Defined in
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.