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 483327e commit be872caCopy full SHA for be872ca
README.md
@@ -1,3 +1,21 @@
1
# Fetch Loading
2
3
Loading animation which can be displayed while data is fetched from an API.
4
+
5
+Pass any Hex-value as an argument for the ```theme``` property.
6
7
+## Usage
8
9
+```
10
+import { FetchLoading } from 'fetch-loading'
11
12
+...
13
14
+<FetchLoading />
15
16
+### with no arguments being passed, the animation will fall back to its default color #52525c
17
18
+<FetchLoading theme="#a2d1aa" />
19
20
21
0 commit comments