Skip to content

Commit 7e5da8c

Browse files
update README.md
1 parent b4cd44b commit 7e5da8c

File tree

1 file changed

+28
-2
lines changed

1 file changed

+28
-2
lines changed

README.md

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# Jetpack Compose Colorful Customizable Sliders
1+
# Compose Colorful Customizable Sliders
2+
3+
[![](https://jitpack.io/v/SmartToolFactory/Compose-Colorful-Sliders.svg)](https://jitpack.io/#SmartToolFactory/Compose-Colorful-Sliders)
24

35
Colorful sliders that can have Solid or Gradient colors for thumb or track which can have thumb and
46
track with varying sizes, borders with solid or gradient colors. And Sliders with emojis, or custom
@@ -240,4 +242,28 @@ ColorfulIconSlider(
240242
)
241243
}
242244
}
243-
```
245+
```
246+
247+
248+
## Gradle Setup
249+
250+
To get a Git project into your build:
251+
252+
* Step 1. Add the JitPack repository to your build file Add it in your root build.gradle at the end
253+
of repositories:
254+
```
255+
allprojects {
256+
repositories {
257+
...
258+
maven { url 'https://jitpack.io' }
259+
}
260+
}
261+
```
262+
263+
* Step 2. Add the dependency
264+
265+
```
266+
dependencies {
267+
implementation 'com.github.SmartToolFactory:Compose-Colorful-Sliders:<version>'
268+
}
269+
```

0 commit comments

Comments
 (0)