Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 1.1 KB

SwipeToDelete.md

File metadata and controls

10 lines (8 loc) · 1.1 KB

Swipe To Delete

Swipe Left Swipe Right Swipe Left + Right

In Jetpack Compose, swipe gestures from the left, right, or both sides can be implemented using the swipeable modifier.

  • Swipe from Left: Triggers an action or transition when the user swipes from the left edge of the component..
  • Swipe from Right: Activates a response when swiping from the right edge of the component.
  • Swipe from Both: Sides: Allows for gestures from either side, enabling different actions depending on the swipe direction.