mahozad / wavy-slider

Multiplatform wavy slider/progress bar similar to the one in Android 13
https://mahozad.ir/wavy-slider
Apache License 2.0
130 stars 5 forks source link

Add a shape parameter to `WavySliderDefaults.Thumb()` #1

Closed saket closed 5 months ago

saket commented 6 months ago

It'd be really nice if the library allowed customizing the thumb's shape, mostly because Android's squiggly slider no longer uses a circle:

Before After
before after
mahozad commented 6 months ago

@saket Hi. Thanks for your suggestion.

Please give me some time and I will try to add it.

mahozad commented 5 months ago

I was not aware that there is already an overloaded function in the Material 3 variant that accepts a custom thumb Composable.

Maybe, that suits your needs.

saket commented 5 months ago

True true, I can use that