Build: Swipe Actions List
A simple list where each item can be swiped left to reveal Delete and Edit actions.
Target UI
------------------------- | Swipe Actions List | ------------------------- | Item 1 | | Item 2 | | Item 3 | | Item 4 | | Item 5 | ------------------------- Swipe left on any item to show buttons: [Delete] [Edit]
Display a list of 5 items labeled 'Item 1' to 'Item 5'.
Enable swipe left gesture on each list item.
Reveal two swipe actions: Delete (red) and Edit (gray).
Delete action removes the item from the list with animation.
Edit action prints 'Edit tapped on Item X' to the console.