Skip to content

Commit 8c2584a

Browse files
committed
feat: add spinner on README.md
1 parent 7c94115 commit 8c2584a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ alert({
151151
| `titleColor` | string | null | ![Both] ||| The color of the title text in hexadecimal format (e.g., #FF0000) |
152152
| `messageColor` | string | null | ![Both] ||| The color of the message text in hexadecimal format (e.g., #00FF00) |
153153
| `icon` | `object` | null | ![Both] ||| See [Icon](###Icon) |
154-
| `preset` | string | `done` | ![Both] ||| **Toast**: `done, error, none`.<br/>**Alert**: `done, error, none, spinner` |
154+
| `preset` | string | `done` | ![Both] ||| `done, error, none, spinner` |
155155
| `duration` | number | `3` | ![Both] ||| The lifetime of the toast (seconds) |
156156
| `titleColor` | string | null | ![Both] ||| |
157157
| `shouldDismissByDrag` | boolean | true | ![Both] || | The behavior on `Android` is click |

0 commit comments

Comments
 (0)