File tree Expand file tree Collapse file tree 1 file changed +19
-4
lines changed Expand file tree Collapse file tree 1 file changed +19
-4
lines changed Original file line number Diff line number Diff line change @@ -115,10 +115,25 @@ Or you can bind the value to some instance data using the `v-model` directive:
115115
116116Inherite from NativeScript [ Slider] ( https://docs.nativescript.org/ui/ns-ui-widgets/slider ) so it already has all the same attributes.
117117
118- * ** elevation** _ optional_
118+ - ** stepSize** _ optional_
119+ - An attribute to set the step size of the slider. Without this attribute, it behaves as a ** continuous slider** .
120+
121+ - ** elevation** _ optional_
122+ - An attribute to set the elevation of the slider. This will increase the 'drop-shadow' of the slider.
123+
124+ - ** rippleColor** _ optional_
125+ - An attribute to set the ripple color of the slider.
126+
127+ - ** trackFillColor** _ optional_
128+ - Sets the color of the filled track.
129+ - Defaults to your theme's ` colorPrimary ` .
130+
131+ - ** trackBackgroundColor** _ optional_
132+ - Sets the color of the background track.
133+
134+ - ** thumbColor** _ optional_
135+ - Sets the color of the slider's thumb.
136+ - Defaults to your theme's ` colorPrimary ` .
119137
120- An attribute to set the elevation of the slider. This will increase the 'drop-shadow' of the slider.
121138
122- * ** rippleColor** _ optional_
123139
124- An attribute to set the ripple color of the slider.
You can’t perform that action at this time.
0 commit comments