mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
docs(button) fix table markdown in breaking
This commit is contained in:
10
BREAKING.md
10
BREAKING.md
@ -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:**
|
||||||
|
Reference in New Issue
Block a user