We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
dots14
1 parent 62b602d commit 91bfe09Copy full SHA for 91bfe09
2 files changed
index.d.ts
@@ -12,6 +12,7 @@ export type SpinnerName =
12
| 'dots10'
13
| 'dots11'
14
| 'dots12'
15
+ | 'dots14'
16
| 'dots8Bit'
17
| 'sand'
18
| 'line'
spinners.json
@@ -287,6 +287,23 @@
287
"⣶"
288
]
289
},
290
+ "dots14": {
291
+ "interval": 80,
292
+ "frames": [
293
+ "⠉⠉",
294
+ "⠈⠙",
295
+ "⠀⠹",
296
+ "⠀⢸",
297
+ "⠀⣰",
298
+ "⢀⣠",
299
+ "⣀⣀",
300
+ "⣄⡀",
301
+ "⣆⠀",
302
+ "⡇⠀",
303
+ "⠏⠀",
304
+ "⠋⠁"
305
+ ]
306
+ },
307
"dots8Bit": {
308
"interval": 80,
309
"frames": [
0 commit comments