/compose-before-after

Jetpack Compose Multiplatform compatible before-after slider component

Primary LanguageKotlinApache License 2.0Apache-2.0

Compose Before After

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.

Demonstration

Installation

repositories {
    maven("https://jitpack.io")
}

dependencies {
    implementation("com.github.numq:compose-before-after:1.0.0")
}