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

Steps not working

Open aramsheroyan opened this issue 1 year ago • 1 comments

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

var sliderPosition by remember { mutableStateOf(0.5f) }
ColorfulSlider(
        value = sliderPosition,
        onValueChange = { it-> sliderPosition = it },
        steps = 8
)

aramsheroyan avatar Sep 06 '22 06:09 aramsheroyan

I closed this issue by mistake. I fixed issue #3. I will fix this and add some features like range of solid colors, and a new type of slider that animates thumb shape between circle and rounded rect when i'm available.

SmartToolFactory avatar Sep 08 '22 10:09 SmartToolFactory