Skip to content

docs(button): document mat-stroked-button #11257

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 10, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions src/lib/button/button.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@ is performed. An `<a>` element should be used whenever the user will _navigate_

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

| Attribute | Description |
|--------------------|-----------------------------------------------------------------------------|
| `mat-button` | Rectangular button w/ no elevation. |
| `mat-raised-button` | Rectangular button w/ elevation |
| `mat-icon-button` | Circular button with a transparent background, meant to contain an icon |
| `mat-fab` | Circular button w/ elevation, defaults to theme's accent color |
| `mat-mini-fab` | Same as `mat-fab` but smaller |
| Attribute | Description |
|----------------------|--------------------------------------------------------------------------|
| `mat-button` | Rectangular button w/ no elevation. |
| `mat-raised-button` | Rectangular button w/ elevation |
| `mat-stroked-button` | Rectangular button w/ an outline border |
| `mat-icon-button` | Circular button with a transparent background, meant to contain an icon |
| `mat-fab` | Circular button w/ elevation, defaults to theme's accent color |
| `mat-mini-fab` | Same as `mat-fab` but smaller |


### Theming
Expand Down