Skip to content

Commit d0beb9a

Browse files
installation guide
1 parent 22a624f commit d0beb9a

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
# Fetch Loading
22

3+
Loading animation which can be displayed while data is fetched from an API.
4+
5+
## Installation
6+
37
```
48
https://www.npmjs.com/package/fetch-loading
59
```
610

7-
Loading animation which can be displayed while data is fetched from an API.
8-
9-
Pass any Hex-value as an argument for the ```theme``` property.
11+
```
12+
npm i -D fetch-loading
13+
```
1014

1115
## Usage
1216

@@ -26,4 +30,7 @@ import { FetchLoading } from 'fetch-loading'
2630
<FetchLoading theme="#000000" />
2731
2832
...
33+
2934
```
35+
36+
Pass any Hex-value as an argument for the ```theme``` property.

0 commit comments

Comments
 (0)