Skip to content

Commit

Permalink
feat: README新增用法
Browse files Browse the repository at this point in the history
  • Loading branch information
yangqi1024 committed May 9, 2022
1 parent 080f42e commit 7a66300
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,18 @@

</div>

## 接入
项目根目录下build.gradle添加
```
repositories {
mavenCentral()
}
```
项目build.gradle中添加依赖
```
implementation 'cn.itpiggy:compose-ui:1.0.0'
```

## ✨ 特性

- 开箱即用的高质量 Compose 组件
Expand Down

0 comments on commit 7a66300

Please sign in to comment.