color
Description
The color used for the slider.
Type
string
Default
#ffffff
Leave Yamada UI a star
StarAlphaSlider
is a component used to allow the user to select color transparency.
Description
The color used for the slider.
Type
string
Default
#ffffff
Description
The visual color appearance of the component.
Type
"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"
Description
The initial value of the slider.
Type
number
Description
If false
, the slider handle will not capture focus when value changes.
Type
boolean
Default
true
Description
Props for slider input element.
Type
HTMLUIProps<"input">
Description
If true
, the form control will be disabled.
Type
boolean
Default
false
Description
If true
, the form control will be invalid.
Type
boolean
Default
false
Description
If true
, the form control will be readonly.
Type
boolean
Default
false
Description
If true
, the form control will be required.
Type
boolean
Default
false
Description
The maximum allowed value of the slider. Cannot be less than min.
Type
number
Description
The minimum allowed value of the slider. Cannot be greater than max.
Type
number
Description
The name attribute of the hidden input
field.
This is particularly useful in forms.
Type
string
Description
Function called whenever the slider value changes.
Type
(value: number) => void
Description
Function called when the user is done selecting a new value.
Type
(value: number) => void
Description
Function called when the user starts selecting a new value.
Type
(value: number) => void
Description
The overlay used for the slider.
Type
HTMLUIProps[]
Description
The size of the AlphaSlider.
Type
"sm" | "md" | "lg"
Default
"md"
Description
The step in which increments or decrements have to be made.
Type
number
Default
1
Description
The CSS background
property. Used in background
of thumb element.
Type
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<...>>
Description
Props for slider thumb element.
Type
HTMLUIProps
Description
Props for slider track element.
Type
HTMLUIProps
Description
The value of the slider.
Type
number
Description
The variant of the AlphaSlider.
Type
string
Description
If true
, the slider has an inner box-shadow
.
Type
boolean
Default
true
Edit this page on GitHub