Jetpack Compose Before After Component is a container component that allows you to show the contents of one component on top of another, adjusting its display ratio using a slider position, which is useful for comparison.
repositories {
maven("https://jitpack.io")
}
dependencies {
implementation("com.github.numq:compose-before-after:1.0.0")
}