|
1 | | -<section> |
| 1 | +<div class="demo-button"> |
| 2 | + <section> |
2 | 3 | <button md-button>flat</button> |
3 | 4 | <button md-raised-button>raised</button> |
4 | 5 | <button md-fab> |
5 | | - <i class="material-icons md-24">check circle</i> |
| 6 | + <i class="material-icons md-24">check circle</i> |
6 | 7 | </button> |
7 | 8 | <button md-mini-fab> |
8 | | - <i class="material-icons md-24">check circle</i> |
| 9 | + <i class="material-icons md-24">check circle</i> |
9 | 10 | </button> |
10 | | -</section> |
| 11 | + </section> |
11 | 12 |
|
12 | | -<section> |
| 13 | + <section> |
13 | 14 | <a href="http://www.google.com" md-button color="primary">link</a> |
14 | 15 | <a href="http://www.google.com" md-raised-button>link</a> |
15 | 16 | <a href="http://www.google.com" md-fab> |
16 | | - <i class="material-icons md-24">check circle</i> |
| 17 | + <i class="material-icons md-24">check circle</i> |
17 | 18 | </a> |
18 | 19 | <a href="http://www.google.com" md-mini-fab> |
19 | | - <i class="material-icons md-24">check circle</i> |
| 20 | + <i class="material-icons md-24">check circle</i> |
20 | 21 | </a> |
21 | | -</section> |
| 22 | + </section> |
22 | 23 |
|
23 | | -<section> |
| 24 | + <section> |
24 | 25 | <button md-button color="primary">primary</button> |
25 | 26 | <button md-button color="accent">accent</button> |
26 | 27 | <button md-button color="warn">warn</button> |
27 | | -</section> |
| 28 | + </section> |
28 | 29 |
|
29 | | -<section> |
| 30 | + <section> |
30 | 31 | <button md-raised-button color="primary">primary</button> |
31 | 32 | <button md-raised-button color="accent">accent</button> |
32 | 33 | <button md-raised-button color="warn">warn</button> |
33 | | -</section> |
| 34 | + </section> |
34 | 35 |
|
35 | | -<section> |
| 36 | + <section> |
36 | 37 | <button md-fab color="primary"> |
37 | | - <i class="material-icons md-24">home</i> |
| 38 | + <i class="material-icons md-24">home</i> |
38 | 39 | </button> |
39 | 40 | <button md-fab color="accent"> |
40 | | - <i class="material-icons md-24">favorite</i> |
| 41 | + <i class="material-icons md-24">favorite</i> |
41 | 42 | </button> |
42 | 43 | <button md-fab color="warn"> |
43 | | - <i class="material-icons md-24">feedback</i> |
| 44 | + <i class="material-icons md-24">feedback</i> |
44 | 45 | </button> |
45 | | -</section> |
| 46 | + </section> |
46 | 47 |
|
47 | | -<section> |
| 48 | + <section> |
48 | 49 | <div> |
49 | | - <span>isDisabled: {{isDisabled}}</span> |
50 | | - <button md-raised-button (click)="isDisabled=!isDisabled">Disable buttons</button> |
| 50 | + <span>isDisabled: {{isDisabled}}</span> |
| 51 | + <button md-raised-button (click)="isDisabled=!isDisabled">Disable buttons</button> |
51 | 52 | </div> |
52 | 53 | <button md-button [disabled]="isDisabled">off</button> |
53 | 54 | <button md-button color="primary" [disabled]="isDisabled">off</button> |
54 | 55 | <a href="http://www.google.com" md-button color="accent" [disabled]="isDisabled">off</a> |
55 | 56 | <button md-raised-button color="primary" [disabled]="isDisabled">off</button> |
56 | 57 | <button md-mini-fab [disabled]="isDisabled"> |
57 | | - <i class="material-icons md-24">check circle</i> |
| 58 | + <i class="material-icons md-24">check circle</i> |
58 | 59 | </button> |
59 | | -</section> |
60 | | - |
| 60 | + </section> |
| 61 | +</div> |
0 commit comments