Skip to content

Commit 46b69fa

Browse files
authored
Update README.md
1 parent 48b0f3f commit 46b69fa

File tree

1 file changed

+24
-2
lines changed

1 file changed

+24
-2
lines changed

README.md

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,29 @@
22
A general situation that we all might face while going through websites/apps is to wait for some progress or something to get loaded. A most simple solution in such scenarios is to use a loader or spinner to indicate users that something is loading in the background.
33
Considering this, I tried to create a library having a collection of such loaders/spinners. There are no image dependencies for this library. It's developed using pure CSS. Hence it will load fast and is easily customizable too.
44

5-
[Website](https://cssloaders.github.io)
5+
[![image](https://user-images.githubusercontent.com/5153908/140635756-e2a4d043-d86b-4748-b006-7db8e7e03079.png)
6+
](https://cssloaders.github.io)
7+
8+
9+
10+
![CSS loaders and spinner](https://user-images.githubusercontent.com/5153908/140634495-3ae7b6ae-8535-4e95-b76f-a4420029ca0d.gif)
11+
12+
13+
14+
All loader are created in single tag html
15+
```html
16+
17+
18+
<div class="loader"></div>
19+
20+
21+
```
22+
23+
24+
25+
26+
27+
28+
https://user-images.githubusercontent.com/5153908/140634567-7c860b10-2f8c-4ef2-8b8c-b8427ec20db0.mp4
629

7-
![CSS loaders and spinner](https://user-images.githubusercontent.com/5153908/130199928-c4079aeb-a580-4d8e-aa69-e2b3687c7e06.gif)
830

0 commit comments

Comments
 (0)