picturepan2 / spectre

Spectre.css - A Lightweight, Responsive and Modern CSS Framework
https://picturepan2.github.io/spectre/
MIT License
11.32k stars 808 forks source link

double ended slider #691

Open amlwwalker opened 1 year ago

amlwwalker commented 1 year ago

Hey, Thanks so much for building this. I wondered if you might be able to help with sliders having two inputs so you can choose the minimum and maximum?

https://picturepan2.github.io/spectre/experimentals/sliders.html

Prathapkarumanchi commented 6 months ago

@amlwwalker Not possible, the slider is one of the types of input elements, the slider will have min & max attributes that you can use to control the slider. If you want to control the min and max values use Javascript to do that.