1.8.1 • Published 10 months ago

@finastra/slider v1.8.1

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

Slider

See it on NPM! How big is this package in your project? Storybook

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

PropertyAttributeModifiersTypeDefaultDescription
ariaDescribedBystring
ariaLabelstring
ariaLabelledBystring
disableddisabledbooleanfalseDisabled state for the component. When disabled is set to true, thecomponent will not be added to form submission.
discretediscretebooleanfalsedisplay value above the thumb.
maxmaxnumber100Maximum selectable value of the slider.
minminnumber0Minimum selectable value of the slider.
namestring
ripplereadonlyPromise<RippleInterface \| null> \| undefinedImplement ripple getter for Ripple integration with mwc-formfield
stepstepnumber1The step to increase current value.
stylesCSSResult[]"styles"
valuevaluenumber0Current selected value.
valueEndnumber
valueToAriaTextTransform((value: number) => string) \| null
valueToValueIndicatorTransform(value: number) => string
withTickMarkswithTickMarksbooleanfalsedisplay tick marks for each step on the track.

Methods

MethodType
click(): void
layout(skipUpdateUI?: boolean \| undefined): Promise<void>

CSS Custom Properties

PropertyTypeDefaultDescription
--fds-primarycolor"#694ED6"Color of the slider.
1.8.1

10 months ago

1.8.0

12 months ago

1.7.0

1 year ago

1.6.0

1 year ago

1.4.2

1 year ago

1.4.1

1 year ago

1.4.0

1 year ago

1.5.0

1 year ago

1.3.0

1 year ago

1.1.1

2 years ago

1.1.0

2 years ago

1.2.8

2 years ago

1.2.7

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.1.3

2 years ago

1.0.4

2 years ago

1.2.1

2 years ago

1.1.2

2 years ago

1.2.9

1 year ago

1.2.12

1 year ago

1.2.13

1 year ago

1.2.10

1 year ago

1.2.11

1 year ago

1.2.16

1 year ago

1.2.17

1 year ago

1.2.14

1 year ago

1.2.15

1 year ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.0.42

2 years ago

0.0.44

2 years ago

1.0.3

2 years ago

0.0.40

2 years ago

0.0.41

2 years ago

0.0.32

2 years ago

0.0.33

2 years ago

0.0.34

2 years ago

0.0.35

2 years ago

0.0.36

2 years ago

0.0.37

2 years ago

0.0.38

2 years ago

0.0.39

2 years ago

0.0.30

2 years ago

0.0.31

2 years ago

0.0.29

2 years ago

0.0.26

2 years ago

0.0.27

2 years ago

0.0.28

2 years ago

0.0.25

2 years ago