Skip to content

Commit 2193866

Browse files
preview for implementation with theme parameter
1 parent e13946b commit 2193866

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,19 @@ You can also pass any Hex- / RGB- or RGBA-value as an argument for the `theme` p
3333
```
3434
...
3535
36-
<FetchLoading theme="#000" />
36+
<FetchLoading theme="#121" />
3737
38-
<FetchLoading theme="#adae" />
38+
<FetchLoading theme="#608c" />
3939
40-
<FetchLoading theme="#fafafafa" />
40+
<FetchLoading theme="#ffe98c" />
4141
42-
<FetchLoading theme="rgb(37, 0, 255)" />
42+
<FetchLoading theme="#ff1e2cf0" />
4343
44-
<FetchLoading theme="rgba(170, 221, 170, 0.85)" />
44+
<FetchLoading theme="rgb(178, 165, 253)" />
45+
46+
<FetchLoading theme="rgba(131, 240, 131, 0.8)" />
4547
4648
...
4749
```
50+
51+
![Theme Fetch Loading Animation Preview](https://github.com/user-attachments/assets/e0179995-309a-46f0-988f-70bf3e2ce9d6)

0 commit comments

Comments
 (0)