Toggle theme

Slider🔗

A slider is an input field that can be used to select a numeric value within a given range (minimum and maximum values) or from a custom sequence of values (a value list)

Example🔗

A simple numerical range between 1 and 5.

Value List🔗

Select a number in the Fibonacci sequence

Props - Slider🔗

Name
Description
Type
Default Value
disabledbooleann/a
initialValuenumbern/a
maxValuenumbern/a
minValuenumbern/a
onChange(currentValue: number) => voidn/a
onMoveEnd() => voidn/a
onMoveStart(currentValue: number) => voidn/a
stepnumbern/a
themeCurrentThemen/a
valueListnumber[]n/a
2022 © Volvo Car Corporation