Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
yangqi1024 committed Apr 19, 2022
2 parents 3b16417 + 763af59 commit cae2098
Show file tree
Hide file tree
Showing 2 changed files with 92 additions and 34 deletions.
14 changes: 14 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@

Copyright 2017-2022 yangqi1024

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
112 changes: 78 additions & 34 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,38 +1,82 @@
### cui

Compose UI

<p align="center">
<img width="200" src="https://github.com/yangqi1024/pic-repo/blob/main/Cui/logo/logo.png">
</p>

<h1 align="center">Compose UI</h1>
<div align="center">

一套移动端 Compose UI 组件库

[![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/yangqi1024/jetpack-compose-ui/blob/master/LICENSE)

</div>

## ✨ 特性

- 开箱即用的高质量 Compose 组件
- 提供满足业务差异的主题定制能力

## 🔗 链接

- [ActionSheet](#ActionSheet)
- [Banner](#Banner)
- [Collapse](#Collapse)
- [Indicator](#Indicator)
- [NoticeBar](#NoticeBar)
- [SearchBar](#SearchBar)
- [SelectCity](#SelectCity)

## 🔥 组件

ActionSheet
======================
Name | Demo
--- | ---
ActionSheet| <img src="https://github.com/yangqi1024/pic-repo/blob/main/Cui/actionsheet/simple.gif" width="155" height="270"><img src="https://github.com/yangqi1024/pic-repo/blob/main/Cui/actionsheet/title.gif" width="155" height="270"><img src="https://github.com/yangqi1024/pic-repo/blob/main/Cui/actionsheet/left.gif" width="155" height="270"><img src="https://github.com/yangqi1024/pic-repo/blob/main/Cui/actionsheet/withcancel.gif" width="155" height="270"><img src="https://github.com/yangqi1024/pic-repo/blob/main/Cui/actionsheet/withdesc.gif" width="155" height="270"><img src="https://github.com/yangqi1024/pic-repo/blob/main/Cui/actionsheet/customcolor.gif" width="155" height="270"><img src="https://github.com/yangqi1024/pic-repo/blob/main/Cui/actionsheet/gridsheet.gif" width="155" height="270">

Banner
======================
Name | Demo
--- | ---
ActionSheet| <img src="https://github.com/yangqi1024/pic-repo/blob/main/Cui/actionsheet/simple.gif" width="46%"><img src="https://github.com/yangqi1024/pic-repo/blob/main/Cui/actionsheet/title.gif" width="46%"><img src="https://github.com/yangqi1024/pic-repo/blob/main/Cui/actionsheet/left.gif" width="46%"><img src="https://github.com/yangqi1024/pic-repo/blob/main/Cui/actionsheet/withcancel.gif" width="46%"><img src="https://github.com/yangqi1024/pic-repo/blob/main/Cui/actionsheet/withdesc.gif" width="46%"><img src="https://github.com/yangqi1024/pic-repo/blob/main/Cui/actionsheet/customcolor.gif" width="46%"><img src="https://github.com/yangqi1024/pic-repo/blob/main/Cui/actionsheet/gridsheet.gif" width="46%">
Banner| <img src="https://github.com/yangqi1024/pic-repo/blob/main/Cui/banner/Mar-23-2022%2009-57-11.gif" width="46%">
Collapse| <img src="https://github.com/yangqi1024/pic-repo/blob/main/Cui/collapse/collapse.gif" width="46%">
Indicator| <img src="https://github.com/yangqi1024/pic-repo/blob/main/Cui/indicator/indicator.gif" width="46%">
NoticeBar| <img src="https://github.com/yangqi1024/pic-repo/blob/main/Cui/noticebar/noticebar.gif" width="46%">
SelectCity| <img src="https://github.com/yangqi1024/pic-repo/blob/main/Cui/searchbar/searchbar.gif" width="46%">
SelectCity| <img src="https://github.com/yangqi1024/pic-repo/blob/main/Cui/selectcity/selectcity.gif" width="46%">


## Thanks

[BannerViewPager](https://github.com/zhpanvip/BannerViewPager)

[accompanist](https://github.com/google/accompanist)


License
-------

Copyright 2017-2022 yangqi1024

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Banner| <img src="https://github.com/yangqi1024/pic-repo/blob/main/Cui/banner/Mar-23-2022%2009-57-11.gif" width="155" height="270">

Collapse
======================
Name | Demo
--- | ---
Collapse| <img src="https://github.com/yangqi1024/pic-repo/blob/main/Cui/collapse/collapse.gif" width="155" height="270">

Indicator
======================
Name | Demo
--- | ---
Indicator| <img src="https://github.com/yangqi1024/pic-repo/blob/main/Cui/indicator/indicator.gif" width="155" height="270">

NoticeBar
======================
Name | Demo
--- | ---
NoticeBar| <img src="https://github.com/yangqi1024/pic-repo/blob/main/Cui/noticebar/noticebar.gif" width="155" height="270">

SearchBar
======================
Name | Demo
--- | ---
SearchBar| <img src="https://github.com/yangqi1024/pic-repo/blob/main/Cui/searchbar/searchbar.gif" width="155" height="270">

SelectCity
======================
Name | Demo
--- | ---
SelectCity| <img src="https://github.com/yangqi1024/pic-repo/blob/main/Cui/selectcity/selectcity.gif" width="155" height="270">


## 致谢
Compose UI组件参考和引用的部分开源库如下:

- [BannerViewPager](https://github.com/zhpanvip/BannerViewPager)
- [accompanist](https://github.com/google/accompanist)

感谢以上开源库的作者

0 comments on commit cae2098

Please sign in to comment.