File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,14 @@ is performed. An `<a>` element should be used whenever the user will _navigate_
10
10
11
11
There are five button variants, each applied as an attribute:
12
12
13
- | Attribute | Description |
14
- | --------------------| -----------------------------------------------------------------------------|
15
- | ` mat-button ` | Rectangular button w/ no elevation. |
16
- | ` mat-raised-button ` | Rectangular button w/ elevation |
17
- | ` mat-icon-button ` | Circular button with a transparent background, meant to contain an icon |
18
- | ` mat-fab ` | Circular button w/ elevation, defaults to theme's accent color |
19
- | ` mat-mini-fab ` | Same as ` mat-fab ` but smaller |
13
+ | Attribute | Description |
14
+ | ----------------------| --------------------------------------------------------------------------|
15
+ | ` mat-button ` | Rectangular button w/ no elevation. |
16
+ | ` mat-raised-button ` | Rectangular button w/ elevation |
17
+ | ` mat-stroked-button ` | Rectangular button w/ an outline border |
18
+ | ` mat-icon-button ` | Circular button with a transparent background, meant to contain an icon |
19
+ | ` mat-fab ` | Circular button w/ elevation, defaults to theme's accent color |
20
+ | ` mat-mini-fab ` | Same as ` mat-fab ` but smaller |
20
21
21
22
22
23
### Theming
You can’t perform that action at this time.
0 commit comments