Skip to content

Commit 56b884c

Browse files
authored
docs(button): document mat-stroked-button (#11257)
1 parent cb00e1b commit 56b884c

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

src/lib/button/button.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,14 @@ is performed. An `<a>` element should be used whenever the user will _navigate_
1010

1111
There are five button variants, each applied as an attribute:
1212

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 |
2021

2122

2223
### Theming

0 commit comments

Comments
 (0)