Skip to content

Commit aba319d

Browse files
committed
fix(UNT-T8848): update READEME file
1 parent 6db973c commit aba319d

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

+4-6
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,11 @@
66

77
---
88

9-
<br>
9+
This is a pure javascript and react-native-svg based library which provides two variants `Radial Slider` and `Speedo Meter`
1010

11-
This is pure javascript and react-native-svg based library. That provides a radial slider to select any specific value from a range of values and also provides a speedo meter to highlight a specific value from a range of values.
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.
1212

13-
The radial slider has 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, criteria, range, etc.
14-
15-
The speedometer also has two variants, the default one shows a needle and another one shows marking values with a needle. It can be used to display the speed of the internet, vehicle, fan, etc.
13+
The Speedo Meter allows you to highlight a specific value from a range of values. It comes with two variants, the default one shows a needle and another one shows marking values with a needle. It can be used to display the speed of the internet, vehicle, fan, etc.
1614

1715
This library is easy to use and provides you full customization, so you can customize components based on your need.
1816

@@ -43,7 +41,7 @@ $ yarn add react-native-radial-slider react-native-svg
4341
# RadialSlider
4442

4543
- RadialSlider has two different variants, default one and radial-circle-slider
46-
- RadialSlider can be used to select / set goal, vision, criteria, range etc
44+
- RadialSlider can be used to select / set goal, vision, range etc
4745

4846
## Default RadialSlider
4947

0 commit comments

Comments
 (0)