Compose-Colorful-Sliders icon indicating copy to clipboard operation
Compose-Colorful-Sliders copied to clipboard

🚀🌈 😍 Colorful Sliders written with Jetpack Compose that enliven default sliders with track and thumb dimensions, and gradient colors, borders, labels on top or at the bottom move with thumb and Col...

Results 6 Compose-Colorful-Sliders issues
Sort by recently updated
recently updated
newest added

Hi! It looks like the steps are not working. I've tried this code but the slider does not snap into the step positions as it does for the default Slider...

I want to set Track and thumb shape, but, Track draw with cap = StrokeCap.Round Thumb with .shadow(1.dp, shape = CircleShape) I want to like this ![image](https://github.com/SmartToolFactory/Compose-Colorful-Sliders/assets/142218598/4d442d4a-2e71-49c1-b69d-40417533b211)

Hey! I've encountered 2 issues with your library, that made me go for copying Google slider code and apply desired changes myself :< 1. Snapping to step behavior doesn't seem...

If valueRange is 0 during creation, sliding will fail, value always 0

I am using this slider as the linear progress bar and update the progress by code. However, it does not support to use the animation which can make the updating...