File tree Expand file tree Collapse file tree 1 file changed +32
-5
lines changed
src/universal-app/kitchen-sink-mdc Expand file tree Collapse file tree 1 file changed +32
-5
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,25 @@ <h2>Button</h2>
14
14
15
15
< h2 > MDC card</ h2 >
16
16
17
- <!-- TODO: Copy kitchen sink examples for mat-card here -->
18
- Not yet implemented.
17
+ < mat-card >
18
+ Simple card
19
+ </ mat-card >
20
+
21
+ < mat-card >
22
+ < mat-card-title > Complicated card</ mat-card-title >
23
+ < mat-card-subtitle > Subtitle</ mat-card-subtitle >
24
+ < mat-card-content >
25
+ < p > This is some stuff</ p >
26
+ < p > And more stuff</ p >
27
+ </ mat-card-content >
28
+ < mat-card-actions >
29
+ < button mat-button > LIKE</ button >
30
+ < button mat-button > SHARE</ button >
31
+ </ mat-card-actions >
32
+ < mat-card-footer >
33
+ Hurray
34
+ </ mat-card-footer >
35
+ </ mat-card >
19
36
20
37
< h2 > MDC checkbox</ h2 >
21
38
@@ -48,10 +65,20 @@ <h2>MDC menu</h2>
48
65
< button mat-menu-item disabled > Sombra</ button >
49
66
</ mat-menu >
50
67
51
- < h2 > MDC radio </ h2 >
68
+ < h2 > MDC Radio buttons </ h2 >
52
69
53
- <!-- TODO: Copy kitchen sink examples for mat-radio here -->
54
- Not yet implemented.
70
+ < h3 > MDC Radio group</ h3 >
71
+ < mat-radio-group >
72
+ < mat-radio-button > Charmander</ mat-radio-button >
73
+ < mat-radio-button > Squirtle</ mat-radio-button >
74
+ < mat-radio-button > Bulbasaur</ mat-radio-button >
75
+ </ mat-radio-group >
76
+
77
+ < h3 > MDC Standalone radios</ h3 >
78
+ < mat-radio-button name ="onions "> White</ mat-radio-button >
79
+ < mat-radio-button name ="onions "> Yellow</ mat-radio-button >
80
+ < mat-radio-button name ="onions "> Green</ mat-radio-button >
81
+ < mat-radio-button name ="onions " disabled > Red</ mat-radio-button >
55
82
56
83
< h2 > MDC slide-toggle</ h2 >
57
84
You can’t perform that action at this time.
0 commit comments