V1.1.0
src
article
demo
basic.md +39 -0
list.md +101 -0
style
index.less +78 -0
index.tsx +1 -0
Detail.tsx +35 -0
List.tsx +54 -0
PropsType.tsx +28 -0
index.tsx +14 -0
demo
demo
basic.md +18 -0
style
index.less +0 -0
index.tsx +2 -0
index.md +8 -0
index.tsx +13 -0
explain
demo
basic.md +27 -0
style
index.less +24 -0
index.tsx +1 -0
PropsType.tsx +5 -0
index.md +18 -0
index.tsx +66 -0
oss-img
style
index.less +0 -0
index.tsx +0 -0
index.tsx +10 -0
zip
demo
basic.md +36 -0
style
index.less +13 -0
index.tsx +1 -0
Item.tsx +26 -0
PropsType.tsx +8 -0
index.md +2 -0
index.tsx +31 -0
index.tsx +3 -0
.eslintrc.js +31 -0
.fatherrc.ts +8 -0
.gitignore +10 -0
.prettierignore +5 -0
.prettierrc +11 -0
.umirc.ts +25 -0
LICENSE +21 -0
README.md +13 -0
package.json +54 -0
tsconfig.json +17 -0
typings.d.ts +2 -0
+ 39
- 0
+ 101
- 0
+ 78
- 0
\ No newline at end of file
+ 1
- 0
+ 35
- 0
+ 54
- 0
+ 28
- 0
+ 14
- 0
+ 18
- 0
+ 0
- 0
+ 2
- 0
+ 8
- 0