Skip to content

Commit 631e082

Browse files
committed
Fix #6 - Add a simple table of content
1 parent 8aa8fd5 commit 631e082

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,22 @@
1010

1111
Usually it's common to show a loader to the users when they must wait something in a web application (an _ajax_ request or a form submit, etc). _Gif_image loaders was great but using CSS we can avoid the image request, also it's easier for customise and maintain and it's more cool.
1212

13+
## toc
14+
15+
* [Install](#install)
16+
* [Setup](#setup)
17+
* [Examples](#examples)
18+
* [default](#default)
19+
* [double](#double)
20+
* [double](#double)
21+
* [bar](#bar)
22+
* [border](#border)
23+
* [ball](#ball)
24+
* [smartphone](#smartphone)
25+
* [clock](#clock)
26+
* [Contributing](#contributing)
27+
* [Browser Support](#browser-support)
28+
1329
## Install
1430

1531
```bash

0 commit comments

Comments
 (0)