File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 3636 .demo-progress-bar {
3737 --mdc-theme-primary : red;
3838 }
39+ .demo-progress-bar-four-color {
40+ --mdc-circular-progress-bar-color-1 : # 2196f3 ;
41+ --mdc-circular-progress-bar-color-2 : # e91e63 ;
42+ --mdc-circular-progress-bar-color-3 : # ffc107 ;
43+ --mdc-circular-progress-bar-color-4 : # 03dac5 ;
44+ }
3945 </ style >
4046</ head >
4147< body class ="unresolved ">
@@ -50,6 +56,8 @@ <h3>circular-progress: indeterminate</h3>
5056 < mwc-circular-progress indeterminate > </ mwc-circular-progress >
5157 < h3 > circular-progress: custom color</ h3 >
5258 < mwc-circular-progress indeterminate class ="demo-progress-bar "> </ mwc-circular-progress >
59+ < h3 > circular-progress: custom four color</ h3 >
60+ < mwc-circular-progress-four-color indeterminate class ="demo-progress-bar-four-color "> </ mwc-circular-progress >
5361 </ main >
5462 < script nomodule src ="index.es5.js "> </ script >
5563</ body >
Original file line number Diff line number Diff line change 11import '@material/mwc-circular-progress' ;
2+ import '@material/mwc-circular-progress-four-color' ;
23import '@material/mwc-button' ;
34
45import '../shared/demo-header' ;
You can’t perform that action at this time.
0 commit comments