docs(button) fix table markdown in breaking

This commit is contained in:
Cam Wiegert
2018-02-01 11:23:49 -06:00
committed by GitHub
parent 4f66a01cbf
commit 262a2ec8d8

View File

@ -74,11 +74,11 @@ In addition, several sets of mutually exclusive boolean attributes have been com
The `small` and `large` attributes are now combined under the `size` attribute. The `clear`, `outline`, and `solid` attributes have been combined under `fill`. And, lastly, the `full` and `block` attributes have been combined under `expand`. The `small` and `large` attributes are now combined under the `size` attribute. The `clear`, `outline`, and `solid` attributes have been combined under `fill`. And, lastly, the `full` and `block` attributes have been combined under `expand`.
| Old Property | New Property | Property Behavior | Old Property | New Property | Property Behavior |
| - | - | - | - | | --------------------------- | ------------ | --------------------------- |
| `small`, `large` | `size` | Sets the button size. | `small`, `large` | `size` | Sets the button size. |
| `clear`, `outline`, `solid` | `fill` | Sets the button fill style. | `clear`, `outline`, `solid` | `fill` | Sets the button fill style. |
| `full`, `block` | `expand` | Sets the button width. | `full`, `block`             | `expand` | Sets the button width. |
**Old Usage Example:** **Old Usage Example:**