What’s Filled Slider Compose
FilledSlider is a cutting-edge user interface (UI) component designed to provide a visually engaging and intuitive experience for users seeking seamless control over various settings. With its captivating design and smooth functionality, FilledSlider stands out as the ultimate choice for incorporating a stylish slider into your app or project.
Downloads
Maven Central
Getting Started
Add the mavenCentral() on project level(root level) build.gradle file:
allprojects {
repositories {
mavenCentral()
}
}
Add dependency on module level build.gradle file:
build.gradle
dependencies {
implementation "io.github.seyoungcho2:filled-slider-compose:0.0.1"
}
If using build.gradle.kts
build.gradle.kts
dependencies {
implementation("io.github.seyoungcho2:filled-slider-compose:0.0.1")
}