Skip to content

Commit

Permalink
Include Readme to use library
Browse files Browse the repository at this point in the history
  • Loading branch information
jeluchu committed Aug 16, 2021
1 parent e42c8fb commit 08f1531
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 0 deletions.
55 changes: 55 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@



![coverDescription](cover)

# Jchucomponents (Compose Version)
This library contains Composable elements that can be used in any application that uses the new android layout system (Jetpack Compose).

This library is intended to facilitate the work of developers so that they can make applications in a faster way and with less code. That is why in addition to having design components (Compose), it also includes various functions and extensions with which to accelerate the development of applications from scratch, or current, as well as including components for the implementation of architectures (MVVM) or perform various common functions.

**The current version of the library is as follows:**
[![](https://jitpack.io/v/Jeluchu/jchucomponents-compose.svg)](https://jitpack.io/#Jeluchu/jchucomponents-compose)

# USE IT

To use the library add the following dependencies to Gradle:

**For Gradle:**

Add the maven repository:
>
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}


Add the **Jchucomponents** dependencies

***Gradle:***
>
dependencies {
implementation 'com.github.Jeluchu:jchucomponents-compose:Tag'
}

**For Kotlin DSL:**

Add the maven repository:

allprojects {
repositories {
...
maven("https://jitpack.io")
}
}

Add the **Jchucomponents** dependencies

>
dependencies {
implementation("com.github.Jeluchu:jchucomponents-compose:Tag")
}

Binary file added images/cover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 08f1531

Please sign in to comment.