Skip to content

Commit

Permalink
Add dotsCircle spinner (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamshack authored Sep 7, 2024
1 parent 32d0d83 commit 2625ba4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export type SpinnerName =
| 'dots13'
| 'dots14'
| 'dots8Bit'
| 'dotsCircle'
| 'sand'
| 'line'
| 'line2'
Expand Down
13 changes: 13 additions & 0 deletions spinners.json
Original file line number Diff line number Diff line change
Expand Up @@ -565,6 +565,19 @@
""
]
},
"dotsCircle": {
"interval": 80,
"frames": [
"",
"⠎⠁",
"⠊⠑",
"⠈⠱",
"",
"⢀⡰",
"⢄⡠",
"⢆⡀"
]
},
"sand": {
"interval": 80,
"frames": [
Expand Down

0 comments on commit 2625ba4

Please sign in to comment.