mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 08:09:32 +08:00
docs(item-sliding): fix extra paren
This commit is contained in:
@ -5,7 +5,7 @@ A sliding item contains an item that can be dragged to reveal buttons. It requir
|
|||||||
|
|
||||||
### Swipe Direction
|
### Swipe Direction
|
||||||
|
|
||||||
By default, the buttons are placed on the `"end"` side. This means that options are revealed when the sliding item is swiped from end to start, i.e. from right to left in LTR, but from left to right in RTL. To place them on the opposite side, so that they are revealed when swiping in the opposite direction, set the `side` attribute to `"start"` on the [`ion-item-options`]((../item-options) element. Up to two `ion-item-options` can be used at the same time in order to reveal two different sets of options depending on the swiping direction.
|
By default, the buttons are placed on the `"end"` side. This means that options are revealed when the sliding item is swiped from end to start, i.e. from right to left in LTR, but from left to right in RTL. To place them on the opposite side, so that they are revealed when swiping in the opposite direction, set the `side` attribute to `"start"` on the [`ion-item-options`](../item-options) element. Up to two `ion-item-options` can be used at the same time in order to reveal two different sets of options depending on the swiping direction.
|
||||||
|
|
||||||
|
|
||||||
### Options Layout
|
### Options Layout
|
||||||
|
|||||||
Reference in New Issue
Block a user