Yamada UIにスターをあげる

スター
Yamada UIYamada UIv1.6.3

AlphaSlider

AlphaSliderは、ユーザーが色の透明度を選択するために使用されるコンポーネントです。

ソース@yamada-ui/color-picker

Props

AlphaSliderProps

color

説明

The color used for the slider.

タイプ

string

デフォルト

#ffffff

colorScheme

説明

The visual color appearance of the component.

タイプ

"blackAlpha" | "whiteAlpha" | "amber" | "blue" | "info" | "link" | "primary" | "cyan" | "emerald" | "flashy" | "fuchsia" | "gray" | "green" | "success" | "indigo" | "lime" | "neutral" | "orange" | "warning" | "pink" | "purple" | "red" | "danger" | "rose" | "sky" | "teal" | "violet" | "secondary" | "yellow"

defaultValue

説明

The initial value of the slider.

タイプ

number

focusThumbOnChange

説明

If false, the slider handle will not capture focus when value changes.

タイプ

boolean

デフォルト

true

inputProps

説明

Props for slider input element.

タイプ

HTMLUIProps<"input">

isDisabled

説明

If true, the form control will be disabled.

タイプ

boolean

デフォルト

false

isInvalid

説明

If true, the form control will be invalid.

タイプ

boolean

デフォルト

false

isReadOnly

説明

If true, the form control will be readonly.

タイプ

boolean

デフォルト

false

isRequired

説明

If true, the form control will be required.

タイプ

boolean

デフォルト

false

max

説明

The maximum allowed value of the slider. Cannot be less than min.

タイプ

number

min

説明

The minimum allowed value of the slider. Cannot be greater than max.

タイプ

number

name

説明

The name attribute of the hidden input field. This is particularly useful in forms.

タイプ

string

onChange

説明

Function called whenever the slider value changes.

タイプ

(value: number) => void

onChangeEnd

説明

Function called when the user is done selecting a new value.

タイプ

(value: number) => void

onChangeStart

説明

Function called when the user starts selecting a new value.

タイプ

(value: number) => void

overlays

説明

The overlay used for the slider.

タイプ

HTMLUIProps[]

size

説明

The size of the AlphaSlider.

タイプ

"sm" | "md" | "lg"

デフォルト

"md"

step

説明

The step in which increments or decrements have to be made.

タイプ

number

デフォルト

1

thumbColor

説明

The CSS background property. Used in background of thumb element.

タイプ

UIValue<"border" | ({} & string) | "amber.50" | "amber.100" | "amber.200" | "amber.300" | "amber.400" | "amber.500" | "amber.600" | "amber.700" | "amber.800" | "amber.900" | "amber.950" | ... 318 more ... | Background<...>>

thumbProps

説明

Props for slider thumb element.

タイプ

HTMLUIProps

trackProps

説明

Props for slider track element.

タイプ

HTMLUIProps

value

説明

The value of the slider.

タイプ

number

variant

説明

The variant of the AlphaSlider.

タイプ

string

withShadow

説明

If true, the slider has an inner box-shadow.

タイプ

boolean

デフォルト

true

GitHubでこのページを編集する

HueSliderSaturationSlider