faceless-ui / slider

A React library for building every kind of slider

Home Page:https://facelessui.com/docs/slider

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support draggable SliderProgress

jacobsfletch opened this issue · comments

Support draggable SliderProgress

When building this, we should approach it by building a system of "syncing" position of 2 separate sliders, and then just have the "slider progress" be another slider altogether complete with drag ability

@jmikrut This package already supports syncing multiple sliders, so that the navigation of one triggers navigation of another. Is this what you are referring to?