Skip to content

Jetpack Compose Multiplatform compatible color picker component

License

Notifications You must be signed in to change notification settings

numq/compose-color-picker

Repository files navigation

Compose Color Picker

A Color Picker library for Jetpack Compose

Demonstration

Interactive or reactive

Changes in the argument are reflected on the indicator

Lazy

Initial color is passed as an argument

Installation

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

dependencies {
    implementation("com.github.numq:compose-color-picker:1.0.2")
}