Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eygraber/compose-color-picker
https://github.com/eygraber/compose-color-picker
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/eygraber/compose-color-picker
- Owner: eygraber
- License: mit
- Created: 2021-03-11T06:02:12.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-13T05:01:02.000Z (9 months ago)
- Last Synced: 2024-04-14T13:16:01.351Z (9 months ago)
- Language: Kotlin
- Size: 757 KB
- Stars: 14
- Watchers: 4
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: changelog_config.json
- License: LICENSE
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")
}
```