0.2.2 • Published 2 years ago

@tawa/mario-upload v0.2.2

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

title: Upload 上传 order: 3 nav: title: 组件 path: /components order: 1 group: title: ' ' path: /upload

order: 18

Upload 上传

文件上传。

使用

提供全局属性配置的能力。

import Upload from '@tawa/mario-upload';

<Upload />;

代码演示

基本用法

参数

参数说明类型默认值
showButton是否渲染上传按钮booleantrue
buttonTitle上传按钮标题stringClick to Upload
buttonConfig上传按钮属性设置ButtonProps{icon:<UploadOutlined/>}

其他属性见 antd Upload