File tree Expand file tree Collapse file tree 3 files changed +23
-2
lines changed Expand file tree Collapse file tree 3 files changed +23
-2
lines changed Original file line number Diff line number Diff line change 93
93
}
94
94
]
95
95
} ,
96
+ {
97
+ button : document . getElementById ( 'loader-bar-ping-pong' ) ,
98
+ className : 'loader-bar-ping-pong'
99
+ } ,
100
+ {
101
+ button : document . getElementById ( 'loader-bar-ping-pong-rounded' ) ,
102
+ className : 'loader-bar-ping-pong' ,
103
+ attributes : [
104
+ { attribute : 'data-rounded' }
105
+ ]
106
+ } ,
96
107
{
97
108
button : document . getElementById ( 'loader-border' ) ,
98
109
className : 'loader-border'
Original file line number Diff line number Diff line change 26
26
< link rel ="shortcut icon " href ="/favicon.ico " type ="image/x-icon " />
27
27
28
28
< link rel ="stylesheet " href ="dist/main.min.css ">
29
- < link rel ="stylesheet " href ="https://cdn.rawgit.com/raphaelfabeni/css-loader/f0827e4f95cbb54efa00b0da6ee9fed475dfff5c /dist/css-loader.css ">
29
+ < link rel ="stylesheet " href ="https://cdn.rawgit.com/raphaelfabeni/css-loader/2156b771d4eb452ce8a40ef04bfd41778ccb4003 /dist/css-loader.css ">
30
30
</ head >
31
31
< body >
32
32
<!-- Loader -->
@@ -95,6 +95,16 @@ <h3 class="box__title">Bar</h3>
95
95
</ div >
96
96
</ div >
97
97
98
+ < div class ="box ">
99
+ < h3 class ="box__title "> Bar ping pong</ h3 >
100
+ < div class ="box__item ">
101
+ < button id ="loader-bar-ping-pong " class ="button "> default</ button >
102
+ </ div >
103
+ < div class ="box__item ">
104
+ < button id ="loader-bar-ping-pong-rounded " class ="button "> rounded</ button >
105
+ </ div >
106
+ </ div >
107
+
98
108
< div class ="box ">
99
109
< h3 class ="box__title "> Border</ h3 >
100
110
< div class ="box__item ">
You can’t perform that action at this time.
0 commit comments