-
CircleSlider als alternative Slider Variante.
https://github.com/dmitrymorozoff/react-circle-slider
or
https://github.com/fseehawer/react-circular-slider
or
https://roundsliderui.com/
or
http…
-
Hi - The circular slider is amazing!
I've noticed recently it does not cleanup properly and creates memory leaks. There seems to be a circular (no pun intended) reference somewhere within the contr…
-
Hello!
Can sleek_circular_slider support accessibility?
Thanks a lot!
-
When the slider is used within a directive with custom element, for example the https://github.com/LukaszWatroba/v-tabs, the following error is thrown:
`TypeError: Failed to execute 'getComputedStyle…
jejay updated
8 years ago
-
When I am running my app I am after adding circular slider getting this error
-
I built a range slider. If I put `max` and `min` both equal 0 as following code:
```dart
FlutterSlider(
values: [_lowerValue, _upperValue], // both are 0
touchSize: 5,
rangeSlider:…
-
This is a great component! Kudos.
Can I request a feature:
Add a config option to turn off installing the tap gesture, while only using the slider gesture.
I have a button in the middle of the ci…
ghost updated
5 years ago
-
Is there a way to add a tooltip to the tooltip to the handle? Like so
-
Hi! I'm wondering if it is possible to style the slider thumb on input number widget?
The circular thumb is small and hard to grab on a touchscreen. The only way I've found of increasing the size i…
-
Is it possible to set an image as the the circular slider handle?
Something like:
circularSlider.handleType = CircularSliderHandleTypeCustom
would be great.