Hi all, I made a circular slider component because it was a nice-to-have for a dashboard and I couldn’t find anything that suited my needs. It’s a slider that wraps around a circle and has two handles. One of the handles is always the start and the other is always the end of the range, and the range always goes clockwise (which could mean that sometimes the end value is less than the start value). The handles can be moved either independently or in sync, and the component also responds to arrow keys and scrolling to change the range. The style can be customized with CSS properties. I hope someone will find it useful! Here is what it looks like:
4 Likes
Very nice, @fmarotta
It’s slick and seems easy to use.
Is this also on pypi, or one would have to clone your repo to incorporate this component?
1 Like
For now one would have to clone the repo. I’d love to publish it on PyPI, but it’s something I’ve never done before and spare time has been scarce lately. Hoping to get around to it soon!
1 Like
Oh, I like that.
Using a flat slider to tune my software defined radio (SDR) at the moment but this looks so much more cool.
1 Like
Reach out if you have any questions on publishing to PyPi, happy to help you if youd like. Component looks really nice and would make a great package
3 Likes