Skip to content

Commit d892612

Browse files
authored
Update README.md
1 parent 7713d31 commit d892612

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Android Jetpack Compose implementation of [SpinKit](https://tobiasahlin.com/spin
4747
<td>
4848

4949
```kotlin
50-
RotatingPlane()
50+
ChasingDots()
5151
```
5252
</td>
5353
<td>
@@ -58,7 +58,7 @@ Android Jetpack Compose implementation of [SpinKit](https://tobiasahlin.com/spin
5858
<td>
5959

6060
```kotlin
61-
RotatingPlane()
61+
DoubleBounce()
6262
```
6363
</td>
6464
</tr>
@@ -72,7 +72,7 @@ Android Jetpack Compose implementation of [SpinKit](https://tobiasahlin.com/spin
7272
<td>
7373

7474
```kotlin
75-
RotatingPlane()
75+
Wave()
7676
```
7777
</td>
7878
<td>
@@ -83,7 +83,7 @@ Android Jetpack Compose implementation of [SpinKit](https://tobiasahlin.com/spin
8383
<td>
8484

8585
```kotlin
86-
RotatingPlane()
86+
WanderingCubes()
8787
```
8888
</td>
8989
<td>
@@ -94,7 +94,7 @@ Android Jetpack Compose implementation of [SpinKit](https://tobiasahlin.com/spin
9494
<td>
9595

9696
```kotlin
97-
RotatingPlane()
97+
Pulse()
9898
```
9999
</td>
100100
</tr>
@@ -108,7 +108,7 @@ Android Jetpack Compose implementation of [SpinKit](https://tobiasahlin.com/spin
108108
<td>
109109

110110
```kotlin
111-
RotatingPlane()
111+
ChasingTwoDots()
112112
```
113113
</td>
114114
<td>
@@ -119,7 +119,7 @@ Android Jetpack Compose implementation of [SpinKit](https://tobiasahlin.com/spin
119119
<td>
120120

121121
```kotlin
122-
RotatingPlane()
122+
ThreeBounce()
123123
```
124124
</td>
125125
<td>
@@ -130,7 +130,7 @@ Android Jetpack Compose implementation of [SpinKit](https://tobiasahlin.com/spin
130130
<td>
131131

132132
```kotlin
133-
RotatingPlane()
133+
Circle()
134134
```
135135
</td>
136136
</tr>
@@ -144,7 +144,7 @@ Android Jetpack Compose implementation of [SpinKit](https://tobiasahlin.com/spin
144144
<td>
145145

146146
```kotlin
147-
RotatingPlane()
147+
CubeGrid()
148148
```
149149
</td>
150150
<td>
@@ -155,7 +155,7 @@ Android Jetpack Compose implementation of [SpinKit](https://tobiasahlin.com/spin
155155
<td>
156156

157157
```kotlin
158-
RotatingPlane()
158+
FadingCircle()
159159
```
160160
</td>
161161
<td>
@@ -166,7 +166,7 @@ Android Jetpack Compose implementation of [SpinKit](https://tobiasahlin.com/spin
166166
<td>
167167

168168
```kotlin
169-
RotatingPlane()
169+
FoldingCube()
170170
```
171171
</td>
172172
</tr>
@@ -180,7 +180,7 @@ Android Jetpack Compose implementation of [SpinKit](https://tobiasahlin.com/spin
180180
<td>
181181

182182
```kotlin
183-
RotatingPlane()
183+
InstaSpinner()
184184
```
185185
</td>
186186
<td>
@@ -191,7 +191,7 @@ Android Jetpack Compose implementation of [SpinKit](https://tobiasahlin.com/spin
191191
<td>
192192

193193
```kotlin
194-
RotatingPlane()
194+
LoadingBar()
195195
```
196196
</td>
197197
<td>
@@ -202,7 +202,7 @@ Android Jetpack Compose implementation of [SpinKit](https://tobiasahlin.com/spin
202202
<td>
203203

204204
```kotlin
205-
RotatingPlane()
205+
LoadingDots("Loading")
206206
```
207207
</td>
208208
</tr>

0 commit comments

Comments
 (0)