Skip to content

Commit 903ef7c

Browse files
authored
Update README.md
1 parent db00560 commit 903ef7c

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

README.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,30 @@
11
useCompose
2+
---
3+
4+
React inspired hooks for Compose
5+
6+
![carbon](https://user-images.githubusercontent.com/28837746/146000979-428e294d-425c-448b-a5e4-66110ab81100.png)
7+
8+
### Installation
9+
10+
Step 1. Add the JitPack repository to your build file
11+
12+
Add it in your root build.gradle at the end of repositories:
13+
```gradle
14+
allprojects {
15+
repositories {
16+
...
17+
maven { url 'https://jitpack.io' }
18+
}
19+
}
20+
```
21+
22+
Step 2. Add the dependency
23+
```gradle
24+
dependencies {
25+
implementation 'com.github.pavi2410:useCompose:1.0.0'
26+
}
27+
```
28+
29+
### Help Wanted
30+
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 commit comments

Comments
 (0)