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.
1 parent d0beb9a commit 8bd9c02Copy full SHA for 8bd9c02
README.md
@@ -21,7 +21,17 @@ import { FetchLoading } from 'fetch-loading'
21
22
<FetchLoading />
23
24
-### with no arguments being passed, the animation will fall back to its default color #52525c
+### with no arguments being passed,
25
+### the animation will fall back to its default color #52525c
26
+
27
+...
28
29
+```
30
31
+You can also pass any Hex-value as an argument for the ```theme``` property:
32
33
34
35
36
<FetchLoading theme="#a2d1aa" />
37
@@ -30,7 +40,4 @@ import { FetchLoading } from 'fetch-loading'
40
<FetchLoading theme="#000000" />
41
42
...
-
43
```
-Pass any Hex-value as an argument for the ```theme``` property.
0 commit comments