mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
docs(item-options): use title case for headers (#19406)
This commit is contained in:
committed by
Brandy Carney
parent
6b9abf22f0
commit
c5e1290dfe
@@ -4,9 +4,9 @@ The option buttons for an `ion-item-sliding`. These buttons can be placed either
|
||||
You can combine the `ionSwipe` event plus the `expandable` directive to create a full swipe action for the item.
|
||||
|
||||
|
||||
### Side description
|
||||
### Side Description
|
||||
|
||||
| Side | Position | Swipe direction |
|
||||
| Side | Position | Swipe Direction |
|
||||
|---------|-----------------------------------------------------------------|-------------------------------------------------------------------|
|
||||
| `start` | To the `left` of the content in LTR, and to the `right` in RTL. | From `left` to `right` in LTR, and from `right` to `left` in RTL. |
|
||||
| `end` | To the `right` of the content in LTR, and to the `left` in RTL. | From `right` to `left` in LTR, and from `left` to `right` in RTL. |
|
||||
|
||||
Reference in New Issue
Block a user