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
@@ -71,24 +71,24 @@ This prop will change the color of the dots in the given array order. If you dec
71
71
### size
72
72
73
73
```js
74
-
@type {Number}
74
+
@type Number
75
75
default 20
76
76
```
77
77
78
78
This prop will control the size of each dot that will be displayed for the animation.
79
79
80
-
###borderRadius
80
+
###borderRadius
81
81
82
82
```
83
-
@type {Number}
83
+
@type Number
84
84
```
85
85
86
86
This prop will control the border radius of the dots in case you want a specific amount of border radius. If you don't fill this prop it will use a rounded border radius with the formula: `size / 2`.
87
87
88
88
### bounceHeight
89
89
90
90
```js
91
-
@type {Number}
91
+
@type Number
92
92
default 20
93
93
```
94
94
@@ -97,7 +97,7 @@ This prop will control the height of the bouncing for the loading dots. The high
0 commit comments