Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eygraber/compose-color-picker


https://github.com/eygraber/compose-color-picker

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

Under development

Based on the [ColorPickerDemo](https://cs.android.com/androidx/platform/frameworks/support/+/androidx-main:compose/material/material/integration-tests/material-demos/src/main/java/androidx/compose/material/demos/ColorPickerDemo.kt) from the AOSP compose samples.

```
repositories {
mavenCentral()
}

dependencies {
implementation("com.eygraber:compose-color-picker:0.0.19")
}
```