File tree 2 files changed +18
-0
lines changed
2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -136,6 +136,8 @@ You don't need to type any dashes: "ngrxr" -> "ng-rx-reducer" snippet
136
136
| m-button-fab-mini | Small circular button w/ elevation. |
137
137
| m-button-icon | Circular Material button with a transparent background |
138
138
| m-button-raised | Rectangular Material button w/ elevation. |
139
+ | m-button-flat | Rectangular Material flat button. |
140
+ | m-button-stroked | Rectangular Material button with a transparent background and a stroke. |
139
141
| m-button-toggle | Material toggle button |
140
142
| m-card | Material Basic Card |
141
143
| m-card-full | Material Card |
Original file line number Diff line number Diff line change 2126
2126
" <button mat-raised-button>${text}</button>$0"
2127
2127
]
2128
2128
},
2129
+ "Material Flat Button" : {
2130
+ "prefix" : " m-button-flat" ,
2131
+ "description" : " Rectangular Material flat button." ,
2132
+ "types" : " typescript, html" ,
2133
+ "body" : [
2134
+ " <button mat-flat-button>${text}</button>$0"
2135
+ ]
2136
+ },
2137
+ "Material Stroked Button" : {
2138
+ "prefix" : " m-button-stroked" ,
2139
+ "description" : " Rectangular Material button with a transparent background and a stroke." ,
2140
+ "types" : " typescript, html" ,
2141
+ "body" : [
2142
+ " <button mat-stroked-button>${text}</button>$0"
2143
+ ]
2144
+ },
2129
2145
"Material Icon Button" : {
2130
2146
"prefix" : " m-button-icon" ,
2131
2147
"description" : " Circular Material button with a transparent background" ,
You can’t perform that action at this time.
0 commit comments