Leave Yamada UI a star

Star
Yamada UIYamada UIv1.5.1

AlphaSlider

AlphaSlider is a component used to allow the user to select color transparency.

Source@yamada-ui/color-picker

Props

AlphaSliderProps

color

Description

The color used for the slider.

Type

string

Default

#ffffff

colorScheme

Description

The visual color appearance of the component.

Type

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

defaultValue

Description

The initial value of the slider.

Type

number

focusThumbOnChange

Description

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

Type

boolean

Default

true

inputProps

Description

Props for slider input element.

Type

HTMLUIProps<"input">

isDisabled

Description

If true, the form control will be disabled.

Type

boolean

Default

false

isInvalid

Description

If true, the form control will be invalid.

Type

boolean

Default

false

isReadOnly

Description

If true, the form control will be readonly.

Type

boolean

Default

false

isRequired

Description

If true, the form control will be required.

Type

boolean

Default

false

max

Description

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

Type

number

Default

1

min

Description

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

Type

number

Default

0

name

Description

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

Type

string

onChange

Description

Function called whenever the slider value changes.

Type

(value: number) => void

onChangeEnd

Description

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

Type

(value: number) => void

onChangeStart

Description

Function called when the user starts selecting a new value.

Type

(value: number) => void

overlays

Description

The overlay used for the slider.

Type

HTMLUIProps<"div">[]

size

Description

The size of the AlphaSlider.

Type

"sm" | "md" | "lg"

Default

md

step

Description

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

Type

number

Default

1

thumbColor

Description

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

Type

UIValue<"border" | "link" | "primary" | "secondary" | "info" | "success" | "warning" | "danger" | "current" | "focus" | "whiteAlpha.50" | "whiteAlpha.100" | "whiteAlpha.200" | "whiteAlpha.300" | ... 315 more ... | Background<...>>

thumbProps

Description

Props for slider thumb element.

Type

HTMLUIProps<"div">

trackProps

Description

Props for slider track element.

Type

HTMLUIProps<"div">

value

Description

The value of the slider.

Type

number

variant

Description

The variant of the AlphaSlider.

Type

string

withShadow

Description

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

Type

boolean

Default

true

Edit this page on GitHub

PreviousHueSliderNextSaturationSlider