Skip to content

Commit 23a35a6

Browse files
Merge remote-tracking branch 'origin/master'
2 parents 27c13a2 + 093356e commit 23a35a6

File tree

1 file changed

+26
-2
lines changed

1 file changed

+26
-2
lines changed

README.md

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Jetpack Compose Color Picker Bundle
22

3+
[![](https://jitpack.io/v/SmartToolFactory/Compose-Color-Picker-Bundle.svg)](https://jitpack.io/#SmartToolFactory/Compose-Color-Picker-Bundle)
4+
5+
36
Bundle of Stylish customizable Color pickers, selectors, colorful sliders written with Jetpack
47
Compose enables users to choose from HSL, HSV or RGB color models to pick Solid colors or gradients.
58
With colorful Sliders, panels, hex and color displays and various elements to create customized
@@ -10,8 +13,29 @@ available to choose from to use as Composables or inside dialogs that are availa
1013

1114
https://user-images.githubusercontent.com/35650605/161702454-34b0cf00-8496-4060-bfe1-bea9d1bf754d.mp4
1215

13-
Inspired
14-
by [mchome's flutter_colorpicker for Flutter](https://github.com/mchome/flutter_colorpicker)
16+
## Gradle Setup
17+
18+
To get a Git project into your build:
19+
20+
* Step 1. Add the JitPack repository to your build file Add it in your root build.gradle at the end
21+
of repositories:
22+
23+
```
24+
allprojects {
25+
repositories {
26+
...
27+
maven { url 'https://jitpack.io' }
28+
}
29+
}
30+
```
31+
32+
* Step 2. Add the dependency
33+
34+
```
35+
dependencies {
36+
implementation 'com.github.SmartToolFactory:Compose-Color-Picker-Bundle:<version>'
37+
}
38+
```
1539

1640
## Color Pickers
1741

0 commit comments

Comments
 (0)