Recommendations for range sliders?

Anyone know of a good package/library for range sliders that you’ve used in meteor projects?

I recently used the [nouislider] (https://atmospherejs.com/rcy/nouislider) package. It is using the [official nouislider] (http://refreshless.com/nouislider/) library which is very simple, and easy to use. Looks good too.

+1 on noUiSlider

it’s a good plugin, however not natively reactive

Yep, thats the package i was looking at. Rendering them in a {{each}} loop causes some problems tho…

Using jQuery plugins with reactive sources will usually give you a headache
due to timing issues.
Show me what you did and maybe i could help you