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 22a624f commit d0beb9aCopy full SHA for d0beb9a
README.md
@@ -1,12 +1,16 @@
1
# Fetch Loading
2
3
+Loading animation which can be displayed while data is fetched from an API.
4
+
5
+## Installation
6
7
```
8
https://www.npmjs.com/package/fetch-loading
9
10
-Loading animation which can be displayed while data is fetched from an API.
-
-Pass any Hex-value as an argument for the ```theme``` property.
11
+```
12
+npm i -D fetch-loading
13
14
15
## Usage
16
@@ -26,4 +30,7 @@ import { FetchLoading } from 'fetch-loading'
26
30
<FetchLoading theme="#000000" />
27
31
28
32
...
33
29
34
35
36
+Pass any Hex-value as an argument for the ```theme``` property.
0 commit comments