You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a pure javascript and react-native-svg based library that provides many variants of `Radial Slider` and `Speedo Meter` including `default`, `radial-circle-slider`, `speedometer` and `speedometer-marker`
10
-
9
+
This is a pure javascript and react-native-svg based library that provides many variants of `Radial Slider` and `Speedo Meter` including `default`, `radial-circle-slider`, `speedometer` and `speedometer-marker`
11
10
12
11
Radial Slider allows you to select any specific value from a range of values. It comes with two variants, one is default and which allows selection on a 180-degree arc and the second one is 360-degree which allows selection of values on a complete circle. It can be used to select/set goals, vision, range, etc.
13
12
@@ -133,6 +132,7 @@ export default RadialVariant;
133
132
```
134
133
135
134
# SpeedoMeter
135
+
136
136
> The speedometer will not take user inputs, when we need to update dynamic values at that time we can use it
137
137
138
138
- SpeedoMeter has two different variants, speedometer and speedometer-marker
0 commit comments