# HueSlider
## Props
| Prop | Type | Default | Description |
|------------|-------------------------------------|--------------|---------------------------------------------------------------|
| `direction`| `'horizontal'` | `'vertical'` | `"horizontal"` | Determines the layout orientation of the component. |
|`modelValue`| `number` | `0` | The hue value. The value range is `[0, 360]`.|
## Events
| Event | Payload | Description |
|---------------|-----------|----------------------------------------------------------------------------------------|
| `update:modelValue` | `number` | Emitted when the `hue` value changes. |
## Usage Example
```vue
```