File tree Expand file tree Collapse file tree 1 file changed +28
-2
lines changed Expand file tree Collapse file tree 1 file changed +28
-2
lines changed Original file line number Diff line number Diff line change 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
35Colorful sliders that can have Solid or Gradient colors for thumb or track which can have thumb and
46track 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+ ```
You can’t perform that action at this time.
0 commit comments