HueSlider

HueSlider is a component used to allow the user to select a color hue.

Usage

import { HueSlider } from "@yamada-ui/react"
<HueSlider.Root />

Change Size

Set Default Value

To set a default value, set a value to defaultValue.

Set Min and Max Values

To set minimum and maximum values, set numbers to min or max.

Change Orientation

To change the orientation, set orientation to "vertical" or "horizontal". By default, "horizontal" is set.

Change Shape

Set Step Value

To set a step value, set a value to step.

Disable

To disable, set disabled to true.

Read-Only

To make read-only, set readOnly to true.

Display Tooltip

Handle Start and End Events

To handle start and end events, use onChangeStart or onChangeEnd.

Value: 180, Start Value: 180, End Value: 180

Control

Props

Accessibility

Currently, this section is being updated due to the migration of v2.