Closed Xalisse closed 6 years ago
Hello, I'm on an Angular5 project, I have JQuery and Ion.RangeSlider installed with npm. How can I modify the style of sliders ? I see this subject : https://stackoverflow.com/questions/34798624/increase-height-of-ion-rangeslider and try it in the css of my component but that's not working.
My html looks like that :
<ion-range-slider #sliderElement type="double" min=1 max=5 from=1 to=5 prefix="Niveau " step=1 ></ion-range-slider>
Thanks.
Maybe the comments in #16 will Help you.
Hello, I'm on an Angular5 project, I have JQuery and Ion.RangeSlider installed with npm. How can I modify the style of sliders ? I see this subject : https://stackoverflow.com/questions/34798624/increase-height-of-ion-rangeslider and try it in the css of my component but that's not working.
My html looks like that :
Thanks.