SwipeableCard is an easy-to-use Jetpack Compose library that allows you to implement swipeable cards in your app with minimal effort.
With SwipeableCard, you can create cards with multiple action buttons hidden behind the card's content:
Kotlin
dependencies {
implementation("dev.obvionaoe.compose:swipeable-card:<version>")
}
Groovy
dependencies {
implementation 'dev.obvionaoe.compose:swipeable-card:<version>'
}
You can find sample usage in the sample app in this repository.
- Requires Android API level 21 and above
- Compatible with Jetpack Compose BOM 2023.06.01
Contributions to SwipeableCard are welcome! If you find any bugs, have feature requests, or want to contribute in any way, please open an issue or submit a pull request.
SwipeableCard is licensed under the MIT License. See the LICENSE file for details.