1.8.1 • Published 2 years ago
@finastra/slider v1.8.1
Slider
Sliders allow users to make selections from a range of values.
The fds-slider
extends Material web's mwc-slider.
Usage
Import
npm i @finastra/slider
import '@finastra/slider';
...
<fds-slider value="25" min="10" max="50"></fds-slider>
API
Properties
Property | Attribute | Modifiers | Type | Default | Description |
---|---|---|---|---|---|
ariaDescribedBy | string | ||||
ariaLabel | string | ||||
ariaLabelledBy | string | ||||
disabled | disabled | boolean | false | Disabled state for the component. When disabled is set to true , thecomponent will not be added to form submission. | |
discrete | discrete | boolean | false | display value above the thumb. | |
max | max | number | 100 | Maximum selectable value of the slider. | |
min | min | number | 0 | Minimum selectable value of the slider. | |
name | string | ||||
ripple | readonly | Promise<RippleInterface \| null> \| undefined | Implement ripple getter for Ripple integration with mwc-formfield | ||
step | step | number | 1 | The step to increase current value. | |
styles | CSSResult[] | "styles" | |||
value | value | number | 0 | Current selected value. | |
valueEnd | number | ||||
valueToAriaTextTransform | ((value: number) => string) \| null | ||||
valueToValueIndicatorTransform | (value: number) => string | ||||
withTickMarks | withTickMarks | boolean | false | display tick marks for each step on the track. |
Methods
Method | Type |
---|---|
click | (): void |
layout | (skipUpdateUI?: boolean \| undefined): Promise<void> |
CSS Custom Properties
Property | Type | Default | Description |
---|---|---|---|
--fds-primary | color | "#694ED6" | Color of the slider. |
1.8.1
2 years ago
1.8.0
2 years ago
1.7.0
2 years ago
1.6.0
2 years ago
1.4.2
2 years ago
1.4.1
2 years ago
1.4.0
2 years ago
1.5.0
2 years ago
1.3.0
2 years ago
1.1.1
3 years ago
1.1.0
3 years ago
1.2.8
3 years ago
1.2.7
3 years ago
1.0.7
3 years ago
1.0.6
3 years ago
1.0.5
3 years ago
1.1.3
3 years ago
1.0.4
3 years ago
1.2.1
3 years ago
1.1.2
3 years ago
1.2.9
3 years ago
1.2.12
3 years ago
1.2.13
3 years ago
1.2.10
3 years ago
1.2.11
3 years ago
1.2.16
3 years ago
1.2.17
3 years ago
1.2.14
3 years ago
1.2.15
3 years ago
1.0.2
3 years ago
1.0.1
3 years ago
1.0.0
3 years ago
0.0.42
3 years ago
0.0.44
3 years ago
1.0.3
3 years ago
0.0.40
3 years ago
0.0.41
3 years ago
0.0.32
3 years ago
0.0.33
3 years ago
0.0.34
3 years ago
0.0.35
3 years ago
0.0.36
3 years ago
0.0.37
3 years ago
0.0.38
3 years ago
0.0.39
3 years ago
0.0.30
3 years ago
0.0.31
3 years ago
0.0.29
3 years ago
0.0.26
3 years ago
0.0.27
3 years ago
0.0.28
3 years ago
0.0.25
3 years ago