Skip to content

Commit a69c14b

Browse files
Merge pull request #30 from raphaelfabeni/development
Development
2 parents 0c1a1cd + 5ecfcc1 commit a69c14b

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Select the loader and add the corresponding HTML. In order to show the loader, y
5656

5757
## Examples
5858

59-
### Default
59+
### Default | [CSS](https://raw.githubusercontent.com/raphaelfabeni/css-loader/master/dist/loader-ball.css) :sparkles:
6060

6161
```html
6262
<div class="loader loader-default is-active"></div>
@@ -102,9 +102,9 @@ It's also possible to change the text, just passing a value to the attribute `da
102102

103103
[See it](http://raphaelfabeni.com.br/css-loader/#/loader-default-half) :metal:
104104

105-
The variations _data-half_, _data-text_ and _data-blink_ work together. 😄
105+
The variations _data-half_, _data-text_ and _data-blink_ works together. 😄
106106

107-
### Double
107+
### Double | [CSS](https://raw.githubusercontent.com/raphaelfabeni/css-loader/master/dist/loader-double.css) :sparkles:
108108

109109
```html
110110
<div class="loader loader-double is-active"></div>
@@ -114,7 +114,7 @@ The variations _data-half_, _data-text_ and _data-blink_ work together. 😄
114114

115115
[See it](http://raphaelfabeni.com.br/css-loader/#/loader-double) :metal:
116116

117-
### Bar
117+
### Bar | [CSS](https://raw.githubusercontent.com/raphaelfabeni/css-loader/master/dist/loader-bar.css) :sparkles:
118118

119119
```html
120120
<div class="loader loader-bar is-active"></div>
@@ -162,7 +162,7 @@ Like the `loader` example, it's also possible to pass the `data-text` and `blink
162162

163163
*Obs*. It's also possible pass a parameter `data-text` with a content value that will show as a text loader, or with no value, and the default *loading* text it's going to show instead.
164164

165-
### Border
165+
### Border | [CSS](https://raw.githubusercontent.com/raphaelfabeni/css-loader/master/dist/loader-border.css) :sparkles:
166166

167167
![loader-border](https://cloud.githubusercontent.com/assets/1345662/19314686/6d733622-9071-11e6-8167-a55e6c16a02f.gif)
168168

@@ -186,7 +186,7 @@ Like the `loader` example, it's also possible to pass the `data-text` and `blink
186186

187187
[See it](http://raphaelfabeni.com.br/css-loader/#/loader-border-text) :metal:
188188

189-
### Ball
189+
### Ball | [CSS](https://raw.githubusercontent.com/raphaelfabeni/css-loader/master/dist/loader-ball.css) :sparkles:
190190

191191
```html
192192
<div class="loader loader-ball is-active"></div>
@@ -208,7 +208,7 @@ Like the `loader` example, it's also possible to pass the `data-text` and `blink
208208

209209
[See it](http://raphaelfabeni.com.br/css-loader/#/loader-ball-shadow) :metal:
210210

211-
### Smartphone
211+
### Smartphone | [CSS](https://raw.githubusercontent.com/raphaelfabeni/css-loader/master/dist/loader-smartphone.css) :sparkles:
212212

213213
```html
214214
<div class="loader loader-smartphone is-active"></div>
@@ -234,7 +234,7 @@ Like the `loader` example, it's also possible to pass the `data-text` and `blink
234234

235235
[See it](http://raphaelfabeni.com.br/css-loader/#/loader-smartphone-text) :metal:
236236

237-
### Clock
237+
### Clock | [CSS](https://raw.githubusercontent.com/raphaelfabeni/css-loader/master/dist/loader-clock.css) :sparkles:
238238

239239
```html
240240
<div class="loader loader-clock is-active"></div>
@@ -244,7 +244,7 @@ Like the `loader` example, it's also possible to pass the `data-text` and `blink
244244

245245
[See it](http://raphaelfabeni.com.br/css-loader/#/loader-clock) :metal:
246246

247-
### Curtain
247+
### Curtain | [CSS](https://raw.githubusercontent.com/raphaelfabeni/css-loader/master/dist/loader-curtain.css) :sparkles:
248248

249249
```html
250250
<div class="loader loader-curtain is-active"></div>
@@ -282,7 +282,7 @@ Like the `loader` example, it's also possible to pass the `data-text` and `blink
282282
<div class="loader loader-curtain is-active" colorful data-curtain-text="Hello"></div>
283283
```
284284

285-
### Music
285+
### Music | [CSS](https://raw.githubusercontent.com/raphaelfabeni/css-loader/master/dist/loader-music.css) :sparkles:
286286

287287
```html
288288
<div class="loader loader-music is-active" data-hey-oh></div>
@@ -332,7 +332,7 @@ This loader differs from the other because we have to pass an attribute to it, a
332332

333333
[See it](http://raphaelfabeni.com.br/css-loader/#/loader-music-rock-you) :metal:
334334

335-
### Pokeball
335+
### Pokeball | [CSS](https://raw.githubusercontent.com/raphaelfabeni/css-loader/master/dist/loader-pokeball.css) :sparkles:
336336

337337
```html
338338
<div class="loader loader-pokeball is-active"></div>
@@ -356,7 +356,7 @@ This loader differs from the other because we have to pass an attribute to it, a
356356

357357
All examples use CSS _animation_ which is supported by [most current browsers](http://caniuse.com/#search=animation).
358358

359-
| <img src="https://github.com/alrra/browser-logos/blob/master/chrome/chrome_128x128.png?raw=true" width="48px" height="48px" alt="Chrome logo"> | <img src="https://github.com/alrra/browser-logos/blob/master/firefox/firefox_128x128.png?raw=true" width="48px" height="48px" alt="Firefox logo"> | <img src="https://github.com/alrra/browser-logos/blob/master/internet-explorer/internet-explorer_128x128.png?raw=true" width="48px" height="48px" alt="Internet Explorer logo"> | <img src="https://github.com/alrra/browser-logos/blob/master/opera/opera_128x128.png?raw=true" width="48px" height="48px" alt="Opera logo"> | <img src="https://github.com/alrra/browser-logos/blob/master/safari/safari_128x128.png?raw=true" width="48px" height="48px" alt="Safari logo"> | <img src="https://raw.githubusercontent.com/alrra/browser-logos/master/android/android_128x128.png" width="48px" height="48px" alt="Android Browser Logo" >
359+
| <img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/chrome/chrome_128x128.png" width="48px" height="48px" alt="Chrome logo"> | <img src="https://github.com/alrra/browser-logos/blob/master/src/firefox/firefox_128x128.png?raw=true" width="48px" height="48px" alt="Firefox logo"> | <img src="https://cdnjs.cloudflare.com/ajax/libs/browser-logos/40.2.1/archive/internet-explorer_9-11/internet-explorer_9-11_128x128.png" width="48px" height="48px" alt="Internet Explorer logo"> | <img src="https://github.com/alrra/browser-logos/blob/master/src/opera/opera_128x128.png?raw=true" width="48px" height="48px" alt="Opera logo"> | <img src="https://github.com/alrra/browser-logos/blob/master/src/safari/safari_128x128.png?raw=true" width="48px" height="48px" alt="Safari logo"> | <img src="https://github.com/alrra/browser-logos/blob/master/src/android/android_128x128.png?raw=true" width="48px" height="48px" alt="Android Browser Logo" >
360360
|:---:|:---:|:---:|:---:|:---:|:---:|
361361
| 43+ ✔ | 16+ ✔ | 10+ ✔ | 30+ ✔ | 9+ ✔ | 5.2+ ✔
362362

0 commit comments

Comments
 (0)