Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pavi2410 authored Dec 14, 2021
1 parent db00560 commit 903ef7c
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,30 @@
useCompose
---

React inspired hooks for Compose

![carbon](https://user-images.githubusercontent.com/28837746/146000979-428e294d-425c-448b-a5e4-66110ab81100.png)

### Installation

Step 1. Add the JitPack repository to your build file

Add it in your root build.gradle at the end of repositories:
```gradle
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
```

Step 2. Add the dependency
```gradle
dependencies {
implementation 'com.github.pavi2410:useCompose:1.0.0'
}
```

### Help Wanted
I want your help in making this library extensive such that this covers many of the commonly used hooks. Also, I want your help in building a KMP friendly library.

0 comments on commit 903ef7c

Please sign in to comment.