[new feature] add image component

This commit is contained in:
陈嘉涵
2019-05-17 14:16:45 +08:00
parent 2644689162
commit 1321ba6902
15 changed files with 430 additions and 1 deletions
+2 -1
View File
@@ -2,7 +2,7 @@
## 主要变动
- 增加个新组件
- 增加个新组件
- 增加数十个 API
- 全新的卡片风格文档,更直观
- 所有组件支持通过`less`变量自定义样式
@@ -12,6 +12,7 @@
在 2.0 版本中,我们按照社区反馈新增以下组件:
- `Image`图片组件
- `Skeleton`骨架屏组件
- `IndexBar``IndexAnchor`索引栏组件
- `DropdownMenu``DropdownItem`下拉菜单组件