Slider
Slider from the Base package.
Loading Slider…
Source code
Waiting for the preview before loading source files · 2 of 2
Properties
Public properties derived from the component’s TypeScript signature.
| Property | Type | Default |
|---|---|---|
accessibilityLabelOptional | string | — |
defaultValueOptional | number | — |
disabledOptional | boolean | false |
formatOptionsOptional | Intl.NumberFormatOptions | — |
labelOptional | string | — |
maxValueOptional | number | 100 |
minValueOptional | number | 0 |
nameOptional | string | — |
onValueChangeOptional | ((value: number) => void) | — |
onValueCommitOptional | ((value: number) => void) | — |
sizeOptional | "sm" | "md" | "lg" | "lg" |
stepOptional | number | 1 |
valueOptional | number | — |