swipe-action-list-row

Installation
SKILL.md

A row with a swipe action and a selection mode

The row is a Box with two children: the action, revealed underneath, and the row content, offset sideways by an Animatable. A mode flag turns the row from "tap to open" into "tap to select".

// adapted
val offsetX = remember { Animatable(0f) }
val maxOffset = 360f
Installs
2
GitHub Stars
35
First Seen
6 days ago
swipe-action-list-row — maxrave-dev/kotlin-footguns