@@ -356,34 +356,63 @@ <h2>Material Buttons</h2>
356
356
357
357
<!-- <h3>Fab Buttons</h3>-->
358
358
< div class ="example-button-row ">
359
- < button mat-fab > Basic</ button >
360
- < button color ="primary " mat-fab > Primary</ button >
361
- < button color ="accent " mat-fab > Accent</ button >
362
- < button color ="warn " mat-fab > Warn</ button >
363
- < button disabled mat-fab > Disabled</ button >
364
- < button
365
- aria-label ="Example icon-button with a heart icon "
366
- mat-fab
367
- >
359
+ < button color ="primary " mat-fab >
360
+ < mat-icon > favorite</ mat-icon >
361
+ </ button >
362
+ < button color ="accent " mat-fab >
363
+ < mat-icon > favorite</ mat-icon >
364
+ </ button >
365
+ < button color ="warn " mat-fab >
368
366
< mat-icon > favorite</ mat-icon >
369
367
</ button >
370
- < a mat-fab routerLink =". "> Link</ a >
368
+ < button disabled mat-fab >
369
+ < mat-icon > favorite</ mat-icon >
370
+ </ button >
371
+ < a mat-fab routerLink =". ">
372
+ < mat-icon > link</ mat-icon >
373
+ </ a >
371
374
</ div >
372
375
373
376
<!-- <h3>Mini Fab Buttons</h3>-->
374
377
< div class ="example-button-row ">
375
- < button mat-mini-fab > Basic</ button >
376
- < button color ="primary " mat-mini-fab > Primary</ button >
377
- < button color ="accent " mat-mini-fab > Accent</ button >
378
- < button color ="warn " mat-mini-fab > Warn</ button >
379
- < button disabled mat-mini-fab > Disabled</ button >
380
- < button
381
- aria-label ="Example icon-button with a heart icon "
382
- mat-mini-fab
383
- >
378
+ < button color ="primary " mat-mini-fab >
379
+ < mat-icon > favorite</ mat-icon >
380
+ </ button >
381
+ < button color ="accent " mat-mini-fab >
382
+ < mat-icon > favorite</ mat-icon >
383
+ </ button >
384
+ < button color ="warn " mat-mini-fab >
385
+ < mat-icon > favorite</ mat-icon >
386
+ </ button >
387
+ < button disabled mat-mini-fab >
388
+ < mat-icon > favorite</ mat-icon >
389
+ </ button >
390
+ < a mat-mini-fab routerLink =". ">
391
+ < mat-icon > link</ mat-icon >
392
+ </ a >
393
+ </ div >
394
+
395
+ < div class ="example-button-row ">
396
+ < button color ="primary " mat-fab extended >
397
+ Primary
398
+ < mat-icon > favorite</ mat-icon >
399
+ </ button >
400
+ < button color ="accent " mat-fab extended >
401
+ Accent
402
+ < mat-icon > favorite</ mat-icon >
403
+ </ button >
404
+ < button color ="warn " mat-fab extended >
405
+ Warn
406
+ < mat-icon > favorite</ mat-icon >
407
+ </ button >
408
+ < button disabled mat-fab extended disabled >
409
+ Disabled
384
410
< mat-icon > favorite</ mat-icon >
385
411
</ button >
386
- < a mat-mini-fab routerLink =". "> Link</ a >
412
+ < a mat-fab extended routerLink =". ">
413
+ Link
414
+ < mat-icon > link</ mat-icon >
415
+ </ a >
387
416
</ div >
388
417
</ mat-card-content >
389
418
</ mat-card >
0 commit comments