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.
dotsCircle
1 parent 32d0d83 commit 2625ba4Copy full SHA for 2625ba4
2 files changed
index.d.ts
@@ -15,6 +15,7 @@ export type SpinnerName =
15
| 'dots13'
16
| 'dots14'
17
| 'dots8Bit'
18
+ | 'dotsCircle'
19
| 'sand'
20
| 'line'
21
| 'line2'
spinners.json
@@ -565,6 +565,19 @@
565
"⣿"
566
]
567
},
568
+ "dotsCircle": {
569
+ "interval": 80,
570
+ "frames": [
571
+ "⢎ ",
572
+ "⠎⠁",
573
+ "⠊⠑",
574
+ "⠈⠱",
575
+ " ⡱",
576
+ "⢀⡰",
577
+ "⢄⡠",
578
+ "⢆⡀"
579
+ ]
580
+ },
581
"sand": {
582
"interval": 80,
583
"frames": [
0 commit comments