JuliaPluto / PlutoUI.jl

https://featured.plutojl.org/basic/plutoui.jl
The Unlicense
299 stars 54 forks source link

Dual/two-sided slider #224

Closed alecloudenback closed 1 year ago

alecloudenback commented 1 year ago

There are some use-cases where I think a two-sided slider would be a nice addition. The return value could be a single two tuple or have two return values, e.g.:

https://refreshless.com/nouislider/

fonsp commented 1 year ago

Hey! Try PlutoUI.RangeSlider, #34