SaturationSlider

SaturationSlider is a component used to allow the user to select a color saturation.

Usage

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

Change Size

Set Default Value

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

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: [120,0.33,0.33], Start Value: [120,0.33,0.33], End Value: [120,0.33,0.33]

Control

Props

Accessibility

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