Skip to content

Commit 292b294

Browse files
authored
Update README.md
1 parent bce9dbd commit 292b294

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

README.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,21 @@ useCompose
33

44
React inspired hooks for Compose
55

6+
[![](https://jitpack.io/v/pavi2410/useCompose.svg)](https://jitpack.io/#pavi2410/useCompose) [![CI](https://github.com/pavi2410/useCompose/actions/workflows/ci.yml/badge.svg)](https://github.com/pavi2410/useCompose/actions/workflows/ci.yml)
7+
68
![carbon](https://user-images.githubusercontent.com/28837746/146000979-428e294d-425c-448b-a5e4-66110ab81100.png)
79

8-
### Installation
10+
## Modules
11+
12+
### ⚛ react
13+
- useState
14+
- useEffect
15+
- useContext
16+
17+
### 🕸 network
18+
- useConnnectionStatus
19+
20+
## Installation
921

1022
Step 1. Add the JitPack repository to your build file
1123

@@ -22,9 +34,9 @@ allprojects {
2234
Step 2. Add the dependency
2335
```gradle
2436
dependencies {
25-
implementation 'com.github.pavi2410:useCompose:1.0.0'
37+
implementation 'com.github.pavi2410.useCompose:<module_name>:<version>'
2638
}
2739
```
2840

29-
### Help Wanted
41+
## Help Wanted
3042
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)