fluid-slider icon indicating copy to clipboard operation
fluid-slider copied to clipboard

:octocat:💧 A slider widget with a popup bubble displaying the precise value selected. Swift UI library made by @Ramotion

Results 27 fluid-slider issues
Sort by recently updated
recently updated
newest added

Hello, this fix makes this library compatible with Swift 5.3 and Xcode 12

When you move the slide to the end, you see the angled shape in the corner. The used phone is iPhone X. ![slider](https://user-images.githubusercontent.com/1617304/50318258-59bb5200-0503-11e9-8536-254ed349102d.png)

Hi. How can I use color gradients for slider background color?

I want to start my slider from -100 to 100. I can set the -100 on slider but when I try to slide bubble not show negative numbers. Is it...

I want bubble to move inside its track

it hard to slide, like need to long press..

I am looking to add a way to use increments of 5. So if I had max set to 100, it would jump 5, 10, 15... 85, 90,95 , 100...

Hi there! I'm trying to get the current slider value as soon as the slider is dragged. I've added an action for this called `sliderValueChanged` but how can I get...