Skip to content

Commit

Permalink
feat: v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
3lang3 committed Aug 14, 2021
1 parent 5c832d1 commit 8b73e85
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

<hr />

## TODO
## todo list

- []重构form单元

- [ ] swipe采用swiperjs实现
- [ ] 基础Portal和render重构
## 特性

- 30+ 高质量组件,覆盖移动端基本场景
Expand Down Expand Up @@ -94,6 +94,7 @@ yarn release
### Basic Components

- [x] Button 按钮
- [x] Typography 文本
- [x] Icon 图标
- [x] Image 图片
- [x] Popup 弹出框
Expand All @@ -117,11 +118,12 @@ yarn release

- [x] Badge 徽标
- [x] Collapse 折叠面板
- [x] Empty 空状态
- [x] ImagePreview 图片预览
- [x] List 列表
- [x] NoticeBar 通知栏
- [x] Sticky 粘性布局
- [x] Swipe 轮播
- [x] Empty 空状态
- [x] List 列表
- [x] Tag 标签

### Action Components
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-vant",
"version": "0.0.36",
"version": "0.1.1",
"description": "React Mobile UI Components base on Vant UI",
"repository": "https://github.com/3lang3/react-vant.git",
"main": "lib/index.js",
Expand Down

0 comments on commit 8b73e85

Please sign in to comment.