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 9393 }
9494 ]
9595 } ,
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+ } ,
96107 {
97108 button : document . getElementById ( 'loader-border' ) ,
98109 className : 'loader-border'
Original file line number Diff line number Diff line change 2626 < link rel ="shortcut icon " href ="/favicon.ico " type ="image/x-icon " />
2727
2828 < 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 ">
3030</ head >
3131< body >
3232 <!-- Loader -->
@@ -95,6 +95,16 @@ <h3 class="box__title">Bar</h3>
9595 </ div >
9696 </ div >
9797
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+
98108 < div class ="box ">
99109 < h3 class ="box__title "> Border</ h3 >
100110 < div class ="box__item ">
You can’t perform that action at this time.
0 commit comments